skip failing test suite (#203508)

This commit is contained in:
Kibana Machine 2025-02-05 23:36:58 +11:00
parent f398ef877c
commit dfc62e4a3e

View file

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