Skip to content

Commit 8ebcf7b

Browse files
author
Chuyang Deng
committed
use default bucket for checkpoint_s3_uri
1 parent 36c9ac6 commit 8ebcf7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integ/test_tf_script_mode.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def test_mnist(sagemaker_session, instance_type):
6666
assert df.size > 0
6767

6868

69-
@pytest.mark.skipif(
70-
tests.integ.test_region() != "us-east-1",
71-
reason="checkpoint s3 bucket is in us-east-1, ListObjectsV2 will fail in other regions",
72-
)
7369
def test_checkpoint_config(sagemaker_session, instance_type):
7470
checkpoint_s3_uri = "s3://{}".format(sagemaker_session.default_bucket())
7571
checkpoint_local_path = "/test/checkpoint/path"

0 commit comments

Comments
 (0)