Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Feb 20, 2020
1 parent ed2ca68 commit 6284990
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

it('renders the active alert instances', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/57426
it.skip('renders the active alert instances', async () => {
const testBeganAt = moment().utc();

// Verify content
Expand Down

0 comments on commit 6284990

Please sign in to comment.