skip flaky suite (#93152)

This commit is contained in:
Tiago Costa 2021-03-02 14:29:48 +00:00
parent bf9517ed7b
commit a8adbbf800
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/93152
describe.skip('total feature importance panel and decision path popover', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;