Skip to content

Commit

Permalink
disable test (ssl issue on github)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-geo6 committed Apr 15, 2024
1 parent ca33407 commit 66d31da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_int_geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_get_zarc_analytics(self):
assert dataset.keys()[-1] == 'Schema.Id'
assert dataset.values[0][-1] == 'ZARC'


@pytest.mark.skip(reason="soucis SSL dans github")
def test_get_mr_time_series(self):
result:str = self.client.get_mr_time_series(
start_date="2020-10-09",
Expand Down

0 comments on commit 66d31da

Please sign in to comment.