mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#203607)
This commit is contained in:
parent
9437eb46e9
commit
4a863de015
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function searchSolutionNavigation({
|
|||
const spaces = getService('spaces');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('Search Classic Navigation', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/203607
|
||||
describe.skip('Search Classic Navigation', () => {
|
||||
let cleanUp: () => Promise<unknown>;
|
||||
let spaceCreated: { id: string } = { id: '' };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue