Unmark resolved test

This commit is contained in:
Lee Dogeon
2026-01-20 14:14:04 +09:00
committed by Jeong, YunWon
parent c8b1cb8cab
commit 52a854a57a

View File

@@ -241,7 +241,6 @@ class FilterTests(BaseTest):
42)
self.assertEqual(len(w), 0)
@unittest.expectedFailure # TODO: RUSTPYTHON re.PatternError: bad escape \z at position 15
def test_filter_module(self):
MS_WINDOWS = (sys.platform == 'win32')
with self.module.catch_warnings(record=True) as w: