Skip to content

Commit 1f56531

Browse files
committed
fix: add pytest.mark.local_mode annotation to broken tests
1 parent 89bbdeb commit 1f56531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_tfs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def tar_dir(directory, tmpdir):
6969
return target
7070

7171

72+
@pytest.mark.local_mode
7273
@pytest.fixture
7374
def tfs_predictor_with_model_and_entry_point_same_tar(
7475
sagemaker_local_session, tf_full_version, tmpdir
@@ -93,6 +94,7 @@ def tfs_predictor_with_model_and_entry_point_same_tar(
9394
predictor.delete_endpoint()
9495

9596

97+
@pytest.mark.local_mode
9698
@pytest.fixture(scope="module")
9799
def tfs_predictor_with_model_and_entry_point_and_dependencies(
98100
sagemaker_local_session, tf_full_version

0 commit comments

Comments
 (0)