Skip to content

Commit

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

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

describe('Discover CSV Export', () => {
describe('Discover CSV Export', function () {
// see details: https://github.com/elastic/kibana/issues/197957
this.tags(['failsOnMKI']);
describe('Check Available', () => {
before(async () => {
await PageObjects.svlCommonPage.loginAsAdmin();
Expand Down

0 comments on commit 6b91b15

Please sign in to comment.