Skip to content

Commit

Permalink
skip flaky suite (#57426)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 9, 2020
1 parent 3c525d7 commit d1ef0d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Alert Instances', function () {
// FLAKY: https://github.com/elastic/kibana/issues/57426
describe.skip('Alert Instances', function () {
const testRunUuid = uuid.v4();
let alert: any;

Expand Down

0 comments on commit d1ef0d6

Please sign in to comment.