Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Revert "Skip flaky test (elastic#57675)"
Browse files Browse the repository at this point in the history
This reverts commit c965a9e.
  • Loading branch information
spalger committed Feb 14, 2020
1 parent 356e3a4 commit 54a4ad1
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.skip('renders the active alert instances', async () => {
it('renders the active alert instances', async () => {
const testBeganAt = moment().utc();

// Verify content
Expand Down

0 comments on commit 54a4ad1

Please sign in to comment.