Skip to content

Commit

Permalink
[ML] Unskip total feature importance panel and decision path popover …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
qn895 committed Feb 10, 2021
1 parent 3b575e0 commit f9546a4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

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

0 comments on commit f9546a4

Please sign in to comment.