Skip to content

Commit

Permalink
skip flaky suite (#79248)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 6, 2020
1 parent 72c98cd commit 6ceb069
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { FtrProviderContext } from '../../../common/ftr_provider_context';
export default function executionStatusAlertTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('executionStatus', () => {
// Failing: See https://github.com/elastic/kibana/issues/79248
describe.skip('executionStatus', () => {
const objectRemover = new ObjectRemover(supertest);

after(async () => await objectRemover.removeAll());
Expand Down

0 comments on commit 6ceb069

Please sign in to comment.