mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
1384ce13e9
commit
13190493e5
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue