Skip to content

Commit 9e25dd2

Browse files
committed
Skip flaky test
1 parent c1cf489 commit 9e25dd2

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui

1 file changed

+1
-1
lines changed

x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
204204
});
205205
});
206206

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

210210
// Verify content

0 commit comments

Comments
 (0)