Skip to content

Commit

Permalink
Fix 3rd pary S3 tests (#40588)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
alpar-t committed Mar 29, 2019
1 parent c012c59 commit 35d96c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/repository-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ if (useFixture) {
}
plugin file(tasks.bundlePlugin.archiveFile)
}

integTest.runner {
systemProperty 'tests.rest.blacklist', 'repository_s3/50_repository_ecs_credentials/*'
}
} else {
integTest.runner {
systemProperty 'tests.rest.blacklist',
Expand Down Expand Up @@ -259,10 +263,6 @@ testClusters.integTest {
}
}

integTest.runner {
systemProperty 'tests.rest.blacklist', 'repository_s3/50_repository_ecs_credentials/*'
}

if (useFixture) {
task integTestECS(type: RestIntegTestTask.class) {
description = "Runs tests using the ECS repository."
Expand Down

0 comments on commit 35d96c2

Please sign in to comment.