Skip to content

Commit

Permalink
skip flaky suite (elastic#116078)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 25, 2021
1 parent 1527535 commit e59f8ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('total feature importance panel and decision path popover', function () {
// FLAKY: https://github.com/elastic/kibana/issues/116078
describe.skip('total feature importance panel and decision path popover', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;
Expand Down

0 comments on commit e59f8ac

Please sign in to comment.