skip flaky suite (#201037)

This commit is contained in:
Tiago Costa 2024-11-21 00:43:31 +00:00
parent d39d0d67a5
commit 12801ca9d4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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