skip flkay suite (#165384)

This commit is contained in:
Tiago Costa 2023-09-01 01:50:38 +01:00
parent bc9b6f8b16
commit 5abc5e46a7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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]",