Skip to content

Commit 18ca4df

Browse files
pranavsharmajignparm
authored andcommitted
Disable one more test when contrib ops are disabled. (#789)
1 parent 097c97c commit 18ca4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/test/onnx/main.cc

+1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ int real_main(int argc, char* argv[], OrtEnv** p_env) {
392392
broken_tests["coreml_Inceptionv3_ImageNet"] = "This model uses contrib ops.";
393393
broken_tests["coreml_FNS-Candy_ImageNet"] = "This model uses contrib ops.";
394394
broken_tests["coreml_AgeNet_ImageNet"] = "This model uses contrib ops.";
395+
broken_tests["coreml_DictVectorizer-RandomForestRegressor_sklearn_load_diabetes"] = "This model uses contrib ops.";
395396
#endif
396397

397398
int result = 0;

0 commit comments

Comments
 (0)