Skip to content

Commit 35d96c2

Browse files
committed
Fix 3rd pary S3 tests (#40588)
* Fix 3rd pary S3 tests This is allready excluded on line 186, by doing this again here, the other exclusion from arround that line are removed causing the tests to fail. * Fix blacklisting with the fixture
1 parent c012c59 commit 35d96c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/repository-s3/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ if (useFixture) {
177177
}
178178
plugin file(tasks.bundlePlugin.archiveFile)
179179
}
180+
181+
integTest.runner {
182+
systemProperty 'tests.rest.blacklist', 'repository_s3/50_repository_ecs_credentials/*'
183+
}
180184
} else {
181185
integTest.runner {
182186
systemProperty 'tests.rest.blacklist',
@@ -259,10 +263,6 @@ testClusters.integTest {
259263
}
260264
}
261265

262-
integTest.runner {
263-
systemProperty 'tests.rest.blacklist', 'repository_s3/50_repository_ecs_credentials/*'
264-
}
265-
266266
if (useFixture) {
267267
task integTestECS(type: RestIntegTestTask.class) {
268268
description = "Runs tests using the ECS repository."

0 commit comments

Comments
 (0)