Skip to content

Commit

Permalink
skip flaky suite (#128836)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 3, 2023
1 parent 5cf614b commit 589a933
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import {
createNonDataStreamIndex,
} from '../client_integration/home/data_streams_tab.helpers';

describe('A11y Indices tab', () => {
// FLAKY: https://github.com/elastic/kibana/issues/128836
describe.skip('A11y Indices tab', () => {
let testBed: IndicesTestBed;
let httpSetup: ReturnType<typeof setupEnvironment>['httpSetup'];
let httpRequestsMockHelpers: ReturnType<typeof setupEnvironment>['httpRequestsMockHelpers'];
Expand Down

0 comments on commit 589a933

Please sign in to comment.