skip flaky suite (#123372)

This commit is contained in:
Tiago Costa 2022-02-14 15:45:20 +00:00
parent 84cf4278d2
commit 40006d243c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -31,7 +31,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/123372
describe.skip('discover integration with runtime fields editor', function describeIndexTests() {
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');