mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
382ad457d3
commit
00ee0dc4d1
1 changed files with 2 additions and 0 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue