Skip to content

Commit b8693ad

Browse files
committed
skip flaky suite (elastic#236363)
1 parent 54ee1eb commit b8693ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/solutions/search/test/functional_search/tests/search_index_details.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
219219
});
220220
});
221221

222-
describe('page loading error', () => {
222+
// FLAKY: https://github.com/elastic/kibana/issues/236363
223+
describe.skip('page loading error', () => {
223224
before(async () => {
224225
// manually navigate to index detail page for an index that doesn't exist
225226
await browser.navigateTo(

0 commit comments

Comments
 (0)