Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/794.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Skip the ``test_solve_cmip7_aft`` integration test while ilamb reference fields are loaded without dask chunks, which makes the end-to-end solve run for hours on CI.
1 change: 1 addition & 0 deletions tests/integration/test_cmip7_aft.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def config_cmip7_aft(config):
return config


@pytest.mark.skip(reason="Re-enable once ilamb3 loads references lazily.")
@pytest.mark.slow
def test_solve_cmip7_aft(
sample_data_dir,
Expand Down
Loading