mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
6fd42d2615
commit
454be99b5a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue