Skip to content
Snippets Groups Projects
Commit 7530d52d authored by Timothy A. Smith's avatar Timothy A. Smith
Browse files

remove decorators from skipped tests

parent 72a5560b
No related branches found
No related tags found
1 merge request!5Bugfix in mult_mat_vec
......@@ -28,7 +28,6 @@ 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")
......@@ -94,7 +93,6 @@ def get_gpu_transformed_weno():
return prg
@pytest.mark.skip("fails")
def test_compute_flux_derivatives_gpu(ctx_factory):
logging.basicConfig(level="INFO")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment