mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#189791)
This commit is contained in:
parent
b82c49f825
commit
f64392f32f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue