Skip to content

Commit

Permalink
skip flaky suite (#91939)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 28, 2021
1 parent 58a5a7c commit c6336e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/search_profiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const a11y = getService('a11y');
const flyout = getService('flyout');

describe('Accessibility Search Profiler Editor', () => {
// FLAKY: https://github.com/elastic/kibana/issues/91939
describe.skip('Accessibility Search Profiler Editor', () => {
before(async () => {
await PageObjects.common.navigateToApp('searchProfiler');
await a11y.testAppSnapshot();
Expand Down

0 comments on commit c6336e5

Please sign in to comment.