Skip to content

Commit

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

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

Please sign in to comment.