Skip to content

Commit 566758c

Browse files
committed
skip flaky suite (#82915)
1 parent fb3d012 commit 566758c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/apps/discover/_discover.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }) {
3232
defaultIndex: 'logstash-*',
3333
};
3434

35-
describe('discover app', function describeIndexTests() {
35+
// Failing: See https://github.com/elastic/kibana/issues/82915
36+
describe.skip('discover app', function describeIndexTests() {
3637
before(async function () {
3738
// delete .kibana index and update configDoc
3839
await kibanaServer.uiSettings.replace(defaultSettings);

0 commit comments

Comments
 (0)