Skip to content

Commit

Permalink
[SKIP ON MKI] reporting datastream (#197958)
Browse files Browse the repository at this point in the history
## Summary

See details: #197955
  • Loading branch information
wayneseymour authored Oct 28, 2024
1 parent 7b211bd commit 7ae6f48
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export default function ({ getService }: FtrProviderContext) {
};

describe('Data Stream', function () {
// see details: https://github.com/elastic/kibana/issues/197955
this.tags(['failsOnMKI']);

const generatedReports = new Set<string>();
before(async () => {
roleAuthc = await svlUserManager.createM2mApiKeyWithRoleScope('admin');
Expand Down

0 comments on commit 7ae6f48

Please sign in to comment.