Skip to content

Commit

Permalink
Skip flaky SIEM cases connectors test (#66897)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored May 19, 2020
1 parent ee38e01 commit 033355a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';

import { CASES } from '../urls/navigation';

describe('Cases connectors', () => {
// FLAKY: https://github.com/elastic/kibana/issues/65278
describe.skip('Cases connectors', () => {
before(() => {
cy.server();
cy.route('POST', '**/api/action').as('createConnector');
Expand Down

0 comments on commit 033355a

Please sign in to comment.