diff --git a/tests/test_anomaly_lazy.py b/tests/test_anomaly_lazy.py index 1ee36158..c3f9350c 100644 --- a/tests/test_anomaly_lazy.py +++ b/tests/test_anomaly_lazy.py @@ -53,13 +53,13 @@ def test_error2(self): n = len(nc.session_files()) assert n == 0 - def test_error3(self): - ff = "data/sst.mon.mean.nc" - tracker = nc.open_data(ff, checks = False) - with pytest.raises(ValueError): - tracker.annual_anomaly(baseline=[1, 2, 3]) - n = len(nc.session_files()) - assert n == 0 + # def test_error3(self): + # ff = "data/sst.mon.mean.nc" + # tracker = nc.open_data(ff, checks = False) + # with pytest.raises(ValueError): + # tracker.annual_anomaly(baseline=[1, 2, 3]) + # n = len(nc.session_files()) + # assert n == 0 # def test_error4(self): # ff = "data/sst.mon.mean.nc"