Skip to content

Commit

Permalink
Skip one flaky Test (#17290)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

It's skipped in the PR
```
2023-08-25T02:37:48.7772670Z 1: [ RUN      ] ModelTests/ModelTest.Run/cuda__models_opset9_Candy_candy
2023-08-25T02:37:48.7824755Z 1: D:\a\_work\1\s\onnxruntime\test\providers\cpu\model_tests.cc(91): Skipped
2023-08-25T02:37:48.7825343Z 1: Skipping single test It's in broken_tests
```
  • Loading branch information
mszhanyi authored Aug 25, 2023
1 parent 3e93403 commit 4a0f8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/test/providers/cpu/model_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ TEST_P(ModelTest, Run) {
#ifdef _WIN32
broken_tests.insert({"LSTM_Seq_lens_unpacked", "this test fails with new image since Aug 25."});
broken_tests.insert({"bidaf", "this test fails with new image since Aug 25."});
broken_tests.insert({"Candy", "Flaky test, need to investigate", {"opset9"}});
#else
broken_tests.insert({"bidaf", "this test should be recovered when multi-gpu pipeline deprecates NV12", {"opset9"}});
#endif
Expand Down

0 comments on commit 4a0f8f6

Please sign in to comment.