Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 24, 2024
1 parent 8d8817c commit 01e5089
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paramtools/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def test_read_s3(self):
res = read_json("s3://paramtools-test/defaults.json", {"anon": True})
assert isinstance(res, dict)

# @pytest.mark.network_bound
# def test_read_gcp(self):
# res = read_json("gs://paramtools-dev/defaults.json", {"token": "anon"})
# assert isinstance(res, dict)
@pytest.mark.network_bound
def test_read_gcp(self):
res = read_json("gs://paramtools-dev/defaults.json", {"token": "anon"})
assert isinstance(res, dict)

@pytest.mark.network_bound
def test_read_http(self):
Expand Down

0 comments on commit 01e5089

Please sign in to comment.