Skip to content

Commit

Permalink
Transform functional tests - disable saved search test
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Feb 14, 2020
1 parent 2e33bfe commit b70de97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const transform = getService('transform');

describe('creation_saved_search', function() {
// flaky test, see #55179
describe.skip('creation_saved_search', function() {
this.tags(['smoke']);
before(async () => {
await esArchiver.load('ml/farequote');
Expand Down

0 comments on commit b70de97

Please sign in to comment.