diff --git a/onnxruntime/test/providers/cpu/model_tests.cc b/onnxruntime/test/providers/cpu/model_tests.cc index 177647ab5be6b..3e04ebeaed3d7 100644 --- a/onnxruntime/test/providers/cpu/model_tests.cc +++ b/onnxruntime/test/providers/cpu/model_tests.cc @@ -570,7 +570,7 @@ ::std::vector<::std::basic_string> GetParameterStrings() { ORT_TSTR("yolov3"), ORT_TSTR("LSTM_Seq_lens_unpacked"), ORT_TSTR("tinyyolov3"), - ORT_TSTR("faster_rcnn"), + //ORT_TSTR("faster_rcnn"), ORT_TSTR("mask_rcnn"), ORT_TSTR("coreml_FNS-Candy_ImageNet"), ORT_TSTR("tf_mobilenet_v2_1.0_224"), @@ -581,7 +581,7 @@ ::std::vector<::std::basic_string> GetParameterStrings() { ORT_TSTR("mlperf_ssd_resnet34_1200"), ORT_TSTR("candy"), ORT_TSTR("cntk_simple_seg"), - ORT_TSTR("GPT2_LM_HEAD"), + //ORT_TSTR("GPT2_LM_HEAD"), ORT_TSTR("mlperf_ssd_mobilenet_300"), ORT_TSTR("fp16_coreml_FNS-Candy"), ORT_TSTR("fp16_test_tiny_yolov2"),