Skip to content

Commit

Permalink
Use correct file path 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Feb 29, 2024
1 parent c7d1f9b commit 3f22182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const skips = {
'script/10_basic.yml': ['*'],
// TODO: expects {"outlier_detection.auc_roc.value":0.99995}, gets {"outlier_detection.auc_roc.value":0.5}
// remove if/when https://github.com/elastic/serverless-clients-tests/issues/37 is resolved
'machine_learning/start_stop_datafeed.yml': ['*'],
'machine_learning/data_frame_evaluate.yml': ['*'],
}

const shouldSkip = (file, name) => {
Expand Down

0 comments on commit 3f22182

Please sign in to comment.