skip flaky suite (#97864)

(cherry picked from commit c60411ed4a)
This commit is contained in:
spalger 2021-04-21 11:41:13 -07:00
parent 06c17584e0
commit 939c68ce2d

View file

@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
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 () {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');