Skip to content

Commit

Permalink
skip flaky suite (#176945)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 14, 2024
1 parent 68bdd7c commit f230682
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import {
import { getTimeline } from '../../../objects/timeline';
import { hostsUrl } from '../../../urls/navigation';

describe('Timeline data providers', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/176945
describe.skip('Timeline data providers', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
visitWithTimeRange(hostsUrl('allHosts'));
Expand Down

0 comments on commit f230682

Please sign in to comment.