skip failing suite (#206396)

This commit is contained in:
Alex Szabo 2025-02-05 14:12:07 +01:00
parent 8181858385
commit aa4ce832f8

View file

@ -25,7 +25,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const indexName = 'test-my-index';
describe('Search index details page', function () {
// Failing: See https://github.com/elastic/kibana/issues/206396
describe.skip('Search index details page', function () {
describe('Solution Nav - Search', function () {
let cleanUp: () => Promise<unknown>;
let spaceCreated: { id: string } = { id: '' };