Skip to content

Commit

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

* Skip suite

* Skip suite
  • Loading branch information
mikecote authored Feb 20, 2020
1 parent 602aca3 commit 783663f
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 783663f

Please sign in to comment.