We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79702c9 commit ba7c9f9Copy full SHA for ba7c9f9
x-pack/test/functional/apps/ml/data_visualizer/file_data_visualizer.ts
@@ -32,7 +32,8 @@ export default function ({ getService }: FtrProviderContext) {
32
},
33
];
34
35
- describe('file based', function () {
+ // Failing ES snapshot promotion, see #77069
36
+ describe.skip('file based', function () {
37
this.tags(['mlqa']);
38
before(async () => {
39
await ml.testResources.setKibanaTimeZoneToUTC();
0 commit comments