Skip to content

Commit

Permalink
Disable one more test when contrib ops are disabled. (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsharma authored and jignparm committed Apr 8, 2019
1 parent 097c97c commit 18ca4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/test/onnx/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ int real_main(int argc, char* argv[], OrtEnv** p_env) {
broken_tests["coreml_Inceptionv3_ImageNet"] = "This model uses contrib ops.";
broken_tests["coreml_FNS-Candy_ImageNet"] = "This model uses contrib ops.";
broken_tests["coreml_AgeNet_ImageNet"] = "This model uses contrib ops.";
broken_tests["coreml_DictVectorizer-RandomForestRegressor_sklearn_load_diabetes"] = "This model uses contrib ops.";
#endif

int result = 0;
Expand Down

0 comments on commit 18ca4df

Please sign in to comment.