[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:
parent
61b4f6480e
commit
c335e79508
|
@ -18,11 +18,6 @@ integTest {
|
||||||
|
|
||||||
integTestRunner {
|
integTestRunner {
|
||||||
systemProperty 'tests.rest.blacklist', [
|
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
|
// Remove tests that are expected to throw an exception, because we cannot then
|
||||||
// know whether to expect an authorization exception or a validation exception
|
// know whether to expect an authorization exception or a validation exception
|
||||||
'ml/datafeeds_crud/Test delete datafeed with missing id',
|
'ml/datafeeds_crud/Test delete datafeed with missing id',
|
||||||
|
|
Loading…
Reference in New Issue