Skip to content

Commit

Permalink
skip flaky suite (#67821)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 1, 2020
1 parent b061d85 commit 071f7ef
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 @@ -14,7 +14,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/67821
describe.skip('Accessibility Search Profiler Editor', () => {
before(async () => {
await PageObjects.common.navigateToApp('searchProfiler');
await a11y.testAppSnapshot();
Expand Down

0 comments on commit 071f7ef

Please sign in to comment.