Skip to content

Commit

Permalink
skip flaky suite (#189792)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 19, 2024
1 parent f64392f commit a9e8d4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ describe('query tab with unified timeline', () => {
);
});

describe('left controls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189792
describe.skip('left controls', () => {
it(
'should clear all sorting',
async () => {
Expand Down

0 comments on commit a9e8d4a

Please sign in to comment.