mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing suite (#206396)
This commit is contained in:
parent
8181858385
commit
aa4ce832f8
1 changed files with 2 additions and 1 deletions
|
@ -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: '' };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue