mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky runtime fields test. #100966
This commit is contained in:
parent
92bd5c6424
commit
00089bf85a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue