Skip to content

Commit

Permalink
Skip public bucket test in VPCSC (#6230)
Browse files Browse the repository at this point in the history
  • Loading branch information
McBrainy authored and crwilcox committed Oct 17, 2018
1 parent 853b130 commit f724865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ class TestAnonymousClient(unittest.TestCase):

PUBLIC_BUCKET = 'gcp-public-data-landsat'

@unittest.skipIf(RUNNING_IN_VPCSC, 'Test is not VPCSC compatible.')
def test_access_to_public_bucket(self):
anonymous = storage.Client.create_anonymous_client()
bucket = anonymous.bucket(self.PUBLIC_BUCKET)
Expand Down

0 comments on commit f724865

Please sign in to comment.