Skip failing suite (#90526)

This commit is contained in:
Brian Seeders 2021-02-05 17:23:26 -05:00
parent f4dc6d0235
commit efcd2c38ef

View file

@ -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;