mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#67821)
This commit is contained in:
parent
b061d85f9a
commit
071f7ef20b
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