Skip to content

Commit

Permalink
[Security Solution] Skip failing Cypress tests (#86967)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored and jbudz committed Dec 28, 2020
1 parent 8820550 commit 6e9f653
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 @@ import { createTimeline } from '../tasks/api_calls/timelines';
import { cleanKibana } from '../tasks/common';
import { createCase } from '../tasks/api_calls/cases';

describe('attach timeline to case', () => {
// https://github.com/elastic/kibana/issues/86959
describe.skip('attach timeline to case', () => {
const myTimeline = { ...timeline };

context('without cases created', () => {
Expand Down

0 comments on commit 6e9f653

Please sign in to comment.