Skip to content

Commit

Permalink
Skip failing suite (#90526)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Feb 5, 2021
1 parent f4dc6d0 commit efcd2c3
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 () {
// Failing: See https://github.com/elastic/kibana/issues/90526
describe.skip('total feature importance panel and decision path popover', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;
Expand Down

0 comments on commit efcd2c3

Please sign in to comment.