Skip to content

Commit

Permalink
skip flaky suite (#88928)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 21, 2021
1 parent 97c7f5c commit d28fa36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ describe('Background Search Session Management Table', () => {
});
});

describe('fetching sessions data', () => {
// FLAKY: https://github.com/elastic/kibana/issues/88928
describe.skip('fetching sessions data', () => {
test('re-fetches data', async () => {
jest.useFakeTimers();
sessionsClient.find = jest.fn();
Expand Down

0 comments on commit d28fa36

Please sign in to comment.