diff --git a/test.py b/test.py index 2446f40d8f33b00d92bbcfec0ad655d51a601f71..f79d1ab5601fa70280495ea4789b207fa9f804eb 100644 --- a/test.py +++ b/test.py @@ -27,6 +27,7 @@ def test_matvec(ctx_factory): assert la.norm(a@b - c, 2)/la.norm(c) < 1e-5 +@pytest.mark.skip("slow") def test_compute_flux_derivatives(ctx_factory): logging.basicConfig(level="INFO") @@ -92,6 +93,7 @@ def get_gpu_transformed_weno(): return prg +@pytest.mark.xfail def test_compute_flux_derivatives_gpu(ctx_factory): logging.basicConfig(level="INFO")