Skip to content

Commit

Permalink
skip flaky suite (#89369)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 28, 2021
1 parent 8a34170 commit acf0426
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ type SetupServerReturn = UnwrapPromise<ReturnType<typeof setupServer>>;
const devtoolMessage = 'DevTools listening on (ws://localhost:4000)';
const fontNotFoundMessage = 'Could not find the default font';

describe('POST /diagnose/browser', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89369
describe.skip('POST /diagnose/browser', () => {
jest.setTimeout(6000);
const reportingSymbol = Symbol('reporting');
const mockLogger = createMockLevelLogger();
Expand Down

0 comments on commit acf0426

Please sign in to comment.