Skip to content

Commit c25b2ae

Browse files
committed
skip failing suite (#239001)
1 parent ad93bbd commit c25b2ae

File tree

1 file changed

+2
-1
lines changed
  • x-pack/platform/test/search_sessions_integration/tests/apps/discover

1 file changed

+2
-1
lines changed

x-pack/platform/test/search_sessions_integration/tests/apps/discover/async_search.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
3131
const toasts = getService('toasts');
3232
const dataGrid = getService('dataGrid');
3333

34-
describe('discover async search', () => {
34+
// Failing: See https://github.com/elastic/kibana/issues/239001
35+
describe.skip('discover async search', () => {
3536
before(async () => {
3637
await kibanaServer.importExport.load(
3738
'x-pack/platform/test/functional/fixtures/kbn_archives/discover/default'

0 commit comments

Comments
 (0)