mdedetrich opened a new pull request, #1019: URL: https://github.com/apache/pekko-connectors/pull/1019
This PR replaces the ScalaTest `ignore` directive with `DoNotDiscover` which is whats used with AWS (see https://github.com/apache/pekko-connectors/blob/8c5d65051cfeb3df4a0eb87039c33131b6b21ccc/s3/src/test/scala/org/apache/pekko/stream/connectors/s3/scaladsl/S3IntegrationSpec.scala#L1281). The `DoNotDiscover` annotation means that the test won't be run when you run the general `test` command in sbt however it can be run with an explicit command as well as supporting running in Intellij directly (see comment) . The PR also splits out the test into its implementation (the trait) and the runner (the class). The intention here is to run the integration spec against fake-gcs-server (in the same way that we have S3 tests that are run against minio). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org