Skip to content

Commit 71ddba7

Browse files
hariharans29snnn
authored andcommitted
Disable flaky model test in CUDA build
1 parent 861b9fd commit 71ddba7

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
@@ -367,6 +367,7 @@ int real_main(int argc, char* argv[], OrtEnv** p_env) {
367367

368368
#ifdef USE_CUDA
369369
broken_tests["mxnet_arcface"] = "result mismatch";
370+
broken_tests["tf_inception_v1"] = "flaky test"; //TODO: Investigate cause for flakiness
370371
#endif
371372
// clang-format on
372373

0 commit comments

Comments
 (0)