Skip to content

Commit

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

it('renders the active alert instances', async () => {
it.skip('renders the active alert instances', async () => {
const testBeganAt = moment().utc();

// Verify content
Expand Down

0 comments on commit c965a9e

Please sign in to comment.