Skip to content

Commit ba7c9f9

Browse files
committed
[7.x] [ML] Disable file data visualizer functional tests
1 parent 79702c9 commit ba7c9f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/ml/data_visualizer/file_data_visualizer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export default function ({ getService }: FtrProviderContext) {
3232
},
3333
];
3434

35-
describe('file based', function () {
35+
// Failing ES snapshot promotion, see #77069
36+
describe.skip('file based', function () {
3637
this.tags(['mlqa']);
3738
before(async () => {
3839
await ml.testResources.setKibanaTimeZoneToUTC();

0 commit comments

Comments
 (0)