skip failing test suite (#137174)

This commit is contained in:
Kibana Machine 2022-07-26 08:12:10 -04:00
parent bb0365e43a
commit 56a870948e

View file

@ -172,7 +172,8 @@ export default function ({ getService }: FtrProviderContext) {
await ml.dataVisualizerIndexBased.assertTotalFieldsCount(testData.expected.totalFieldsCount);
}
describe('data view management', function () {
// Failing: See https://github.com/elastic/kibana/issues/137174
describe.skip('data view management', function () {
this.tags(['ml']);
const indexPatternTitle = 'ft_farequote';
before(async () => {