Skip to content

Commit c6336e5

Browse files
committed
skip flaky suite (#91939)
1 parent 58a5a7c commit c6336e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/accessibility/apps/search_profiler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1515
const a11y = getService('a11y');
1616
const flyout = getService('flyout');
1717

18-
describe('Accessibility Search Profiler Editor', () => {
18+
// FLAKY: https://github.com/elastic/kibana/issues/91939
19+
describe.skip('Accessibility Search Profiler Editor', () => {
1920
before(async () => {
2021
await PageObjects.common.navigateToApp('searchProfiler');
2122
await a11y.testAppSnapshot();

0 commit comments

Comments
 (0)