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"])