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 c7d1f9b commit 3f22182Copy full SHA for 3f22182
test/integration/index.js
@@ -57,7 +57,7 @@ const skips = {
57
'script/10_basic.yml': ['*'],
58
// TODO: expects {"outlier_detection.auc_roc.value":0.99995}, gets {"outlier_detection.auc_roc.value":0.5}
59
// remove if/when https://github.com/elastic/serverless-clients-tests/issues/37 is resolved
60
- 'machine_learning/start_stop_datafeed.yml': ['*'],
+ 'machine_learning/data_frame_evaluate.yml': ['*'],
61
}
62
63
const shouldSkip = (file, name) => {
0 commit comments