diff --git a/test/test_inviscid.py b/test/test_inviscid.py index 410f3e6e0..dcca53374 100644 --- a/test/test_inviscid.py +++ b/test/test_inviscid.py @@ -60,6 +60,7 @@ pytest_generate_tests = pytest_generate_tests_for_array_contexts( [PytestPyOpenCLArrayContextFactory]) + # @pytest.mark.parametrize("dim", [1, 2, 3]) @pytest.mark.parametrize("nspecies", [0, 1, 10]) @pytest.mark.parametrize("dim", [3]) # Test 3d only in CI diff --git a/test/test_transport.py b/test/test_transport.py index 3d724d742..fd4b6bc77 100644 --- a/test/test_transport.py +++ b/test/test_transport.py @@ -56,7 +56,7 @@ [PytestPyOpenCLArrayContextFactory]) -#@pytest.mark.parametrize("order", [1, 3, 5]) +# @pytest.mark.parametrize("order", [1, 3, 5]) @pytest.mark.parametrize("mechname", ["uiuc_7sp"]) @pytest.mark.parametrize("dim", [2]) @pytest.mark.parametrize("order", [3]) # Test 3rd order only in CI