Skip to content

Commit

Permalink
Disable mvn model test when contrib ops are disabled since this model…
Browse files Browse the repository at this point in the history
… uses a contrib op (#1097)
  • Loading branch information
pranavsharma authored May 24, 2019
1 parent c7d1c00 commit 1124325
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 @@ -411,6 +411,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
broken_tests["dynamic_slice"] = "This model uses contrib ops.";
broken_tests["dynamic_slice_end_out_of_bounds"] = "This model uses contrib ops.";
broken_tests["dynamic_slice_neg"] = "This model uses contrib ops.";
broken_tests["mvn"] = "This model uses contrib ops.";
#endif

int result = 0;
Expand Down

0 comments on commit 1124325

Please sign in to comment.