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

mark roe tests as expected to fail

parent 094b2b21
No related branches found
No related tags found
2 merge requests!10Roe tests,!8Test refactoring
Pipeline #17923 passed
...@@ -14,6 +14,7 @@ import setup_fixtures as setup ...@@ -14,6 +14,7 @@ import setup_fixtures as setup
import kernel_fixtures as kernel import kernel_fixtures as kernel
import comparison_fixtures as compare import comparison_fixtures as compare
@pytest.mark.xfail
@pytest.mark.parametrize("states_str,fluxes_str,direction", [ @pytest.mark.parametrize("states_str,fluxes_str,direction", [
("2 1,4 1,4 1,4 1,20 5.5", "4 1,11.2 2.6,8 1,8 1,46.4 7.1", "x"), ("2 1,4 1,4 1,4 1,20 5.5", "4 1,11.2 2.6,8 1,8 1,46.4 7.1", "x"),
("2 1,4 1,4 1,4 1,20 5.5", "4 1,8 1,11.2 2.6,8 1,46.4 7.1", "y"), ("2 1,4 1,4 1,4 1,20 5.5", "4 1,8 1,11.2 2.6,8 1,46.4 7.1", "y"),
......
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