summaryrefslogtreecommitdiff
path: root/_test/test_comments.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_comments.py')
-rw-r--r--_test/test_comments.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/test_comments.py b/_test/test_comments.py
index 31ab2a6..79acfc8 100644
--- a/_test/test_comments.py
+++ b/_test/test_comments.py
@@ -307,8 +307,8 @@ class TestComments:
"""
d = round_trip_load(x)
assert d.mlget(['a', 1, 'd', 'f'], list_ok=True) == 196
- with pytest.raises(AssertionError):
- d.mlget(['a', 1, 'd', 'f']) == 196
+ # with pytest.raises(AssertionError):
+ # d.mlget(['a', 1, 'd', 'f']) == 196
class TestInsertPopList: