Skip to content

Commit 3ab6354

Browse files
committed
Use correct command for skipping a test
1 parent 47c0cd1 commit 3ab6354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/engine/test/test_impact_forecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_impact_forecast_select(impact_forecast, lead_time, member):
9595
npt.assert_array_equal(impact_fc.lead_time, lead_time[np.array([0, 2])])
9696

9797

98-
@pytest.skip("Concat from base class does not work")
98+
@pytest.mark.skip("Concat from base class does not work")
9999
def test_impact_forecast_concat(impact_forecast, member):
100100
"""Check if Impact.concat works on the derived class"""
101101
impact_fc = ImpactForecast.concat(

0 commit comments

Comments
 (0)