Skip to content

Commit

Permalink
Fix test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharans29 committed Jun 29, 2022
1 parent 63bf98e commit f0fd593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/shared_lib/test_inference.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2159,7 +2159,7 @@ TEST(CApiTest, TestCudaMemcpyToHostWithSequenceTensors) {
#endif

#if !defined(DISABLE_OPTIONAL_TYPE)
TEST(CApiTest, TestCudaMemcpyToHostWithSequenceTensors) {
TEST(CApiTest, GH_11717) {
const auto* model_path = OPTIONAL_TYPE_GH_11717_MODEL;
Ort::SessionOptions session_options{};
// Just check if the model loads fine without a segmentation fault
Expand Down

0 comments on commit f0fd593

Please sign in to comment.