Skip to content

Commit

Permalink
Temporarily disable AWSSDK functional tests (#461)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ejguan authored and facebook-github-bot committed May 25, 2022
1 parent 24ff1b5 commit ec83d11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_remote_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ def test_s3_io_iterdatapipe(self):
)
return

# TODO: Skip the following tests due to https://github.com/pytorch/data/issues/460
return

# S3FileLister: different inputs
input_list = [
[["s3://ai2-public-datasets"], 71], # bucket without '/'
Expand Down

0 comments on commit ec83d11

Please sign in to comment.