summaryrefslogtreecommitdiff
path: root/_test/test_fail.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_fail.py')
-rw-r--r--_test/test_fail.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/test_fail.py b/_test/test_fail.py
index 300bfa6..61b8ffb 100644
--- a/_test/test_fail.py
+++ b/_test/test_fail.py
@@ -220,8 +220,8 @@ class TestFlowValues:
{a: bcd:efg}
""")
- @pytest.mark.xfail(strict=True)
+ # @pytest.mark.xfail(strict=True)
def test_flow_value_with_colon_quoted(self):
round_trip("""\
{a: 'bcd:efg'}
- """)
+ """, preserve_quotes=True)