Skip to content

Commit 8391232

Browse files
beniericjiapinw
authored andcommitted
fix: skip failing pt test (aws#4512)
* fix: skip failing pt test * black-format
1 parent e7979a5 commit 8391232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/sagemaker/serve/test_serve_pt_happy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def model_builder(request):
181181
# ), f"{caught_ex} was thrown when running pytorch squeezenet local container test"
182182

183183

184+
@pytest.mark.skip(reason="Failing test. Fix is pending.")
184185
@pytest.mark.skipif(
185186
PYTHON_VERSION_IS_NOT_310, # or NOT_RUNNING_ON_INF_EXP_DEV_PIPELINE,
186187
reason="The goal of these test are to test the serving components of our feature",

0 commit comments

Comments
 (0)