From 1183c61cda7dfaccef44b7322656a6a88addec82 Mon Sep 17 00:00:00 2001 From: Gensollen Date: Wed, 4 Sep 2024 16:56:07 +0200 Subject: [PATCH] [TEST] Skip statistic-surface test (#1281) --- test/nonregression/pipelines/test_run_pipelines_stats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nonregression/pipelines/test_run_pipelines_stats.py b/test/nonregression/pipelines/test_run_pipelines_stats.py index a8ab729f6..331fe17fd 100644 --- a/test/nonregression/pipelines/test_run_pipelines_stats.py +++ b/test/nonregression/pipelines/test_run_pipelines_stats.py @@ -16,6 +16,7 @@ @pytest.mark.fast +@pytest.mark.skip(reason="Brainstat is not compatible with Numpy 2.") def test_statistics_surface(cmdopt, tmp_path): base_dir = Path(cmdopt["input"]) working_dir = Path(cmdopt["wd"])