Skip to content

Commit 790e552

Browse files
committed
Disable loop cases
1 parent 8952ea3 commit 790e552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/providers/cpu/controlflow/loop_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ TEST(Loop, IterationCountAsOutput) {
10371037
test.AddOutput<int64_t>("loop_var_0_final", {3, 1}, {0, 1, 2});
10381038

10391039
// Disable TensorRT on unsupported data type BOOL
1040-
test.Run(OpTester::ExpectResult::kExpectSuccess, "", {kTensorrtExecutionProvider});
1040+
test.Run(OpTester::ExpectResult::kExpectSuccess, "", {kTensorrtExecutionProvider, kOpenVINOExecutionProvider});
10411041
}
10421042

10431043
#if defined(USE_CUDA)

0 commit comments

Comments
 (0)