mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flkay suite (#165384)
This commit is contained in:
parent
bc9b6f8b16
commit
5abc5e46a7
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
|
|||
const retry = getService('retry');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
describe('data view field editor example', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/165384
|
||||
describe.skip('data view field editor example', function () {
|
||||
before(async () => {
|
||||
// TODO: emptyKibanaIndex fails in Serverless with
|
||||
// "index_not_found_exception: no such index [.kibana_ingest]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue