skip failing test suite (#203508)

This commit is contained in:
Kibana Machine 2025-02-06 07:12:04 +11:00
parent b311acfec4
commit a086076fba

View file

@ -26,6 +26,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const esDeleteAllIndices = getService('esDeleteAllIndices');
const indexName = 'test-my-index';
// Failing: See https://github.com/elastic/kibana/issues/203508
// Failing: See https://github.com/elastic/kibana/issues/203508
describe.skip('index details page - search solution', function () {
describe('developer', function () {