From 35d96c22c0fd209be5db3216f02d675d4f64961a Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Fri, 29 Mar 2019 08:01:06 +0200 Subject: [PATCH] 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 --- plugins/repository-s3/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/repository-s3/build.gradle b/plugins/repository-s3/build.gradle index d27afb0861a..8a2edeb78c5 100644 --- a/plugins/repository-s3/build.gradle +++ b/plugins/repository-s3/build.gradle @@ -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', @@ -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."