Skip to content

Commit

Permalink
[Security Solution][Timeline] skipping failing test in main (#172708)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti authored Dec 6, 2023
1 parent 3390d8c commit 1473f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { visit, visitWithTimeRange } from '../../../tasks/navigation';

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

describe('Open timeline', { tags: ['@serverless', '@ess'] }, () => {
describe.skip('Open timeline', { tags: ['@serverless', '@ess'] }, () => {
let timelineSavedObjectId: string | null = null;
before(function () {
login();
Expand Down

0 comments on commit 1473f0f

Please sign in to comment.