From c335e795081be24761d8560066959fca3749b2c6 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 30 Mar 2017 10:24:05 +0100 Subject: [PATCH] [TEST] Enable two blacklisted tests that now work Previously force closing a job required extra privileges. Following the full discussion about what privileges should be required. Original commit: elastic/x-pack-elasticsearch@4d85314b35688a5e3976357835a58cf838e7a710 --- qa/smoke-test-ml-with-security/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qa/smoke-test-ml-with-security/build.gradle b/qa/smoke-test-ml-with-security/build.gradle index 75f40a91d65..056caf3bae9 100644 --- a/qa/smoke-test-ml-with-security/build.gradle +++ b/qa/smoke-test-ml-with-security/build.gradle @@ -18,11 +18,6 @@ integTest { integTestRunner { systemProperty 'tests.rest.blacklist', [ - // Remove tests that need privileges beyond those in the standard ML roles - in - // particular, these two tests need cluster:admin/persistent/remove to directly - // remove persistent tasks - 'ml/jobs_crud/Test force close job', - 'ml/start_stop_datafeed/Test force stop datafeed', // Remove tests that are expected to throw an exception, because we cannot then // know whether to expect an authorization exception or a validation exception 'ml/datafeeds_crud/Test delete datafeed with missing id',