Skip to content

Commit c78d7ea

Browse files
authored
remove xfail (#748)
1 parent c6aa5cb commit c78d7ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

demo/test_demos.py

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def test_demo(file, scalar_type):
2121
# Skip complex demos on win32
2222
pytest.skip(reason="_Complex not supported on Windows")
2323

24-
if file == "Symmetry":
25-
pytest.xfail("Demo currently failing. See https://github.com/FEniCS/ufl/issues/343.")
26-
2724
if "complex" in scalar_type and file in [
2825
"BiharmonicHHJ",
2926
"BiharmonicRegge",

0 commit comments

Comments
 (0)