[SKIP ON MKI] x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts (#207337)

see details: https://github.com/elastic/kibana/issues/207310
This commit is contained in:
Tre 2025-01-21 14:05:01 +00:00 committed by GitHub
parent 91eefe437a
commit 1a6bfef903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,9 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
}
}
describe('Asset links', () => {
describe('Asset links', function () {
// see details: https://github.com/elastic/kibana/issues/207310
this.tags(['failsOnMKI']);
before(async () => {
apiClient = await createStreamsRepositoryAdminClient(roleScopedSupertest);
await enableStreams(apiClient);