We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985bc51 commit a97b6f7Copy full SHA for a97b6f7
demo/test_demos.py
@@ -21,8 +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
if file in [
27
"MixedGradient",
28
"TraceElement", # HDiv Trace
0 commit comments