Skip to content

Commit

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

describe('pagination', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189791
describe.skip('pagination', () => {
beforeEach(() => {
// should return all the records instead just 3
// as the case in the default mock
Expand Down

0 comments on commit f64392f

Please sign in to comment.