Skip to content

Commit

Permalink
[SKIP ON MKI] x-pack/test/api_integration/deployment_agnostic/apis/ob…
Browse files Browse the repository at this point in the history
…servability/streams/assets/dashboard.ts
  • Loading branch information
wayneseymour committed Jan 21, 2025
1 parent 35794a0 commit 12f0ef5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12f0ef5

Please sign in to comment.