skip flaky suite (#203607)

This commit is contained in:
Tiago Costa 2025-02-17 20:45:45 +00:00
parent 929cd7de4f
commit 040accf49e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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: '' };