skip flaky suite (#104174)

This commit is contained in:
Tyler Smalley 2021-09-18 18:32:47 -07:00
parent 4a1a060f25
commit b8a6952445

View file

@ -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');