Skip to content

Commit

Permalink
Run special characters xmile test
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Dec 22, 2023
1 parent a86bf9c commit 3b0ed72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/pytest_integration/pytest_integration_xmile_pathway.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@
"folder": "smooth_and_stock",
"file": "test_smooth_and_stock.xmile"
}, marks=pytest.mark.xfail(reason="failing originally")),
"special_characters": pytest.param({
"folder": "special_characters",
"special_characters": {
"folder": "special_characters_xmile",
"file": "test_special_variable_names.xmile"
}, marks=pytest.mark.xfail(reason="failing originally")),
},
"sqrt": {
"folder": "sqrt",
"file": "test_sqrt.xmile"
Expand Down

0 comments on commit 3b0ed72

Please sign in to comment.