[serverless] skip Serverless Search Functional Tests - Common Group 1.x-pack/test_serverless/functional/test_suites/common/management/data_views/_edit_field·ts (#180569)

See https://github.com/elastic/kibana/issues/180568
This commit is contained in:
Tre 2024-04-12 09:27:57 +01:00 committed by GitHub
parent 382ad457d3
commit 00ee0dc4d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
describe('edit field', function () {
// failsOnMKI, see https://github.com/elastic/kibana/issues/180568
this.tags(['failsOnMKI']);
before(async function () {
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
});