We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3d012 commit 566758cCopy full SHA for 566758c
test/functional/apps/discover/_discover.js
@@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }) {
32
defaultIndex: 'logstash-*',
33
};
34
35
- describe('discover app', function describeIndexTests() {
+ // Failing: See https://github.com/elastic/kibana/issues/82915
36
+ describe.skip('discover app', function describeIndexTests() {
37
before(async function () {
38
// delete .kibana index and update configDoc
39
await kibanaServer.uiSettings.replace(defaultSettings);
0 commit comments