skip flaky suite (#116078)

This commit is contained in:
Tiago Costa 2021-10-25 16:25:44 +01:00
parent 1527535fcd
commit e59f8acf9a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

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/116078
describe.skip('total feature importance panel and decision path popover', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;