mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#201037)
This commit is contained in:
parent
d39d0d67a5
commit
12801ca9d4
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function searchSolutionNavigation({
|
|||
const browser = getService('browser');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
describe('Search Solution Navigation', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/201037
|
||||
describe.skip('Search Solution Navigation', () => {
|
||||
let cleanUp: () => Promise<unknown>;
|
||||
let spaceCreated: { id: string } = { id: '' };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue