Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 5, 2023
1 parent 17d40c1 commit ed0aaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wps_clintai.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from duck.processes.wps_clintai import ClintAI


@pytest.mark.online
@pytest.mark.skip
def test_wps_clintai_hadcrut4_temperature_anomaly():
client = client_for(Service(processes=[ClintAI()]))
datainputs = f"file=@xlink:href={HADCRUT4_TAS_NC_ZIP};variable_name=temperature_anomaly"
Expand Down

0 comments on commit ed0aaf8

Please sign in to comment.