mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[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:
parent
91eefe437a
commit
1a6bfef903
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue