[SKIP ON MKI] .../data_views/_edit_field.ts (#216276)

## Summary

see details:
https://github.com/elastic/kibana/issues/200869#issuecomment-2511234473
This commit is contained in:
Tre 2025-04-03 20:29:05 +01:00 committed by GitHub
parent 1384ce13e9
commit 13190493e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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