mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Disable failing functional tests
This commit is contained in:
parent
060b9fb10e
commit
708d92a00e
2 changed files with 4 additions and 2 deletions
|
@ -165,7 +165,8 @@ export default function({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('job on data set with date_nanos time field', function() {
|
||||
// test failures, see #59419
|
||||
describe.skip('job on data set with date_nanos time field', function() {
|
||||
this.tags(['smoke', 'mlqa']);
|
||||
before(async () => {
|
||||
await esArchiver.load('ml/event_rate_nanos');
|
||||
|
|
|
@ -271,7 +271,8 @@ export default function({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('saved search', function() {
|
||||
// test failures, see #59354
|
||||
describe.skip('saved search', function() {
|
||||
this.tags(['smoke', 'mlqa']);
|
||||
before(async () => {
|
||||
await esArchiver.load('ml/farequote');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue