mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#123372)
This commit is contained in:
parent
84cf4278d2
commit
40006d243c
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue