Skip to content

Commit

Permalink
Skip flaky alert details test (elastic#58120)
Browse files Browse the repository at this point in the history
* Skip flaky test

* Skip suite

* Skip suite
  • Loading branch information
mikecote committed Feb 20, 2020
1 parent 4d686e5 commit 421acbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const alerting = getService('alerting');
const retry = getService('retry');

describe('Alert Details', function() {
// FLAKY: https://github.com/elastic/kibana/issues/57426
describe.skip('Alert Details', function() {
describe('Header', function() {
const testRunUuid = uuid.v4();
before(async () => {
Expand Down

0 comments on commit 421acbd

Please sign in to comment.