skip flaky runtime fields test. #100966

This commit is contained in:
Jonathan Budzenski 2021-06-10 12:00:38 -05:00
parent 92bd5c6424
commit 00089bf85a

View file

@ -31,7 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await fieldEditor.save();
};
describe('discover integration with runtime fields editor', function describeIndexTests() {
describe.skip('discover integration with runtime fields editor', function describeIndexTests() {
before(async function () {
await esArchiver.load('test/functional/fixtures/es_archiver/discover');
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
@ -104,6 +104,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
// flaky https://github.com/elastic/kibana/issues/100966
it('doc view includes runtime fields', async function () {
// navigate to doc view
const table = await PageObjects.discover.getDocTable();