We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6aa5cb commit c78d7eaCopy full SHA for c78d7ea
demo/test_demos.py
@@ -21,9 +21,6 @@ def test_demo(file, scalar_type):
21
# Skip complex demos on win32
22
pytest.skip(reason="_Complex not supported on Windows")
23
24
- if file == "Symmetry":
25
- pytest.xfail("Demo currently failing. See https://github.com/FEniCS/ufl/issues/343.")
26
-
27
if "complex" in scalar_type and file in [
28
"BiharmonicHHJ",
29
"BiharmonicRegge",
0 commit comments