Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Jan 22, 2024
1 parent 52b13d8 commit 178a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/providers/cpu/model_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TEST_P(ModelTest, Run) {
model_path.find(ORT_TSTR("yolov3")) > 0 ||
model_path.find(ORT_TSTR("mask_rcnn")) > 0 ||
model_path.find(ORT_TSTR("FNS")) > 0) {
SkipTest("Skipping SSD test for big tolearance failure or shape error");
SkipTest("Skipping SSD test for big tolearance failure or other errors");
return;
}
}
Expand Down

0 comments on commit 178a893

Please sign in to comment.