skip flaky suite (#93188)

This commit is contained in:
spalger 2021-03-17 17:42:17 -07:00
parent e1371b3d33
commit a4c41851e8

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 () {
// FLAKY: https://github.com/elastic/kibana/issues/93188
describe.skip('total feature importance panel and decision path popover', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;