skip failing test suite (#142152)

This commit is contained in:
Kibana Machine 2022-09-29 08:05:54 -06:00
parent f3387ad9a5
commit 67e27f8ecf

View file

@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');
describe('results view content and total feature importance', function () {
// Failing: See https://github.com/elastic/kibana/issues/142152
describe.skip('results view content and total feature importance', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;