Skip to content

Commit

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

See details: elastic#197955
  • Loading branch information
wayneseymour authored and tiansivive committed Oct 29, 2024
1 parent 4a8c9a3 commit df67772
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 df67772

Please sign in to comment.