[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@4d85314b35
This commit is contained in:
David Roberts 2017-03-30 10:24:05 +01:00
parent 61b4f6480e
commit c335e79508
1 changed files with 0 additions and 5 deletions

View File

@ -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',