Skip to content

Commit ec83d11

Browse files
ejguanfacebook-github-bot
authored andcommitted
Temporarily disable AWSSDK functional tests (#461)
Summary: This PR will temporarily disable the tests for AWSSDK due to #460 The actual fix requires AWS team's contribution. Pull Request resolved: #461 Reviewed By: NivekT Differential Revision: D36664896 Pulled By: ejguan fbshipit-source-id: 65862f44349983afe0d358b62f2dd7999b5a4649
1 parent 24ff1b5 commit ec83d11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_remote_io.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ def test_s3_io_iterdatapipe(self):
197197
)
198198
return
199199

200+
# TODO: Skip the following tests due to https://github.com/pytorch/data/issues/460
201+
return
202+
200203
# S3FileLister: different inputs
201204
input_list = [
202205
[["s3://ai2-public-datasets"], 71], # bucket without '/'

0 commit comments

Comments
 (0)