We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a5a7c commit c6336e5Copy full SHA for c6336e5
1 file changed
x-pack/test/accessibility/apps/search_profiler.ts
@@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
15
const a11y = getService('a11y');
16
const flyout = getService('flyout');
17
18
- describe('Accessibility Search Profiler Editor', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/91939
19
+ describe.skip('Accessibility Search Profiler Editor', () => {
20
before(async () => {
21
await PageObjects.common.navigateToApp('searchProfiler');
22
await a11y.testAppSnapshot();
0 commit comments