Skip to content

Commit 09081ae

Browse files
committed
mark tflite tests with xfail
1 parent 1fd6711 commit 09081ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/sagemaker/model/test_neo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def test_compile_model_for_edge_device(sagemaker_session):
7777
assert model._is_compiled_model is False
7878

7979

80+
@pytest.mark.xfail(reason="tflite images are not available yet.")
8081
def test_compile_model_for_edge_device_tflite(sagemaker_session):
8182
sagemaker_session.wait_for_compilation_job = Mock(
8283
return_value=DESCRIBE_COMPILATION_JOB_RESPONSE
@@ -109,6 +110,7 @@ def test_compile_model_for_cloud(sagemaker_session):
109110
assert model._is_compiled_model is True
110111

111112

113+
@pytest.mark.xfail(reason="tflite images are not available yet.")
112114
def test_compile_model_for_cloud_tflite(sagemaker_session):
113115
sagemaker_session.wait_for_compilation_job = Mock(
114116
return_value=DESCRIBE_COMPILATION_JOB_RESPONSE

0 commit comments

Comments
 (0)