mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#104174)
This commit is contained in:
parent
4a1a060f25
commit
b8a6952445
1 changed files with 2 additions and 1 deletions
|
@ -265,7 +265,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('saved search', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/104174
|
||||
describe.skip('saved search', function () {
|
||||
this.tags(['mlqa']);
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue