Skip to content

Commit

Permalink
skip flaky suite (#104174)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Sep 19, 2021
1 parent 4750fbc commit ff47168
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ff47168

Please sign in to comment.