Skip to content

Commit 3f22182

Browse files
committed
Use correct file path 🤦
1 parent c7d1f9b commit 3f22182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const skips = {
5757
'script/10_basic.yml': ['*'],
5858
// TODO: expects {"outlier_detection.auc_roc.value":0.99995}, gets {"outlier_detection.auc_roc.value":0.5}
5959
// remove if/when https://github.com/elastic/serverless-clients-tests/issues/37 is resolved
60-
'machine_learning/start_stop_datafeed.yml': ['*'],
60+
'machine_learning/data_frame_evaluate.yml': ['*'],
6161
}
6262

6363
const shouldSkip = (file, name) => {

0 commit comments

Comments
 (0)