Skip to content

Commit

Permalink
skip flaky suite (#93152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 2, 2021
1 parent bf9517e commit a8adbbf
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/93152
describe.skip('total feature importance panel and decision path popover', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;
Expand Down

0 comments on commit a8adbbf

Please sign in to comment.