mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#137174)
This commit is contained in:
parent
bb0365e43a
commit
56a870948e
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue