diff --git a/onnxruntime/test/shared_lib/test_inference.cc b/onnxruntime/test/shared_lib/test_inference.cc index 2ffbcc1b796ac..986a95141cec9 100644 --- a/onnxruntime/test/shared_lib/test_inference.cc +++ b/onnxruntime/test/shared_lib/test_inference.cc @@ -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