From f0fd5931b4b5224e54942ea577994f76a96eb109 Mon Sep 17 00:00:00 2001 From: Hari Seshadri Date: Wed, 29 Jun 2022 13:38:22 -0700 Subject: [PATCH] Fix test naming --- onnxruntime/test/shared_lib/test_inference.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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