Skip to content

Commit

Permalink
skip failing suite (elastic#206396)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Feb 5, 2025
1 parent 8181858 commit aa4ce83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_search/tests/search_index_details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '' };
Expand Down

0 comments on commit aa4ce83

Please sign in to comment.