mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
parent
06c17584e0
commit
939c68ce2d
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||||
await fieldEditor.save();
|
await fieldEditor.save();
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('discover integration with runtime fields editor', function describeIndexTests() {
|
// FLAKY: https://github.com/elastic/kibana/issues/97864
|
||||||
|
describe.skip('discover integration with runtime fields editor', function describeIndexTests() {
|
||||||
before(async function () {
|
before(async function () {
|
||||||
await esArchiver.load('discover');
|
await esArchiver.load('discover');
|
||||||
await esArchiver.loadIfNeeded('logstash_functional');
|
await esArchiver.loadIfNeeded('logstash_functional');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue