Skip to content

Commit

Permalink
Update TestCase.cc: exclude a test for DML (#17909)
Browse files Browse the repository at this point in the history
### Description
Update TestCase.cc: exclude a test for DML

### Motivation and Context
The test is failing due to GPU driver update.
  • Loading branch information
snnn authored Oct 12, 2023
1 parent 2efab54 commit 809c890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/test/onnx/TestCase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ std::unique_ptr<std::set<BrokenTest>> GetBrokenTests(const std::string& provider
broken_tests->insert({"candy", "Temporarily disabled pending investigation"});
broken_tests->insert({"BERT_Squad", "Temporarily disabled pending investigation"});
broken_tests->insert({"LSTM_Seq_lens_unpacked", "The parameter is incorrect"});
broken_tests->insert({"mlperf_ssd_resnet34_1200", "The parameter is incorrect"});

broken_tests->insert({"resize_downsample_scales_linear",
"DML uses half_pixel and this test assumed \"asymmetric\" but does not include \"mode\""});
Expand Down

0 comments on commit 809c890

Please sign in to comment.