test_bigmem: removed outdated expected failures

This commit is contained in:
Jeong YunWon
2023-03-05 03:58:26 +09:00
parent 298b169dc0
commit 992f5aaed7

View File

@@ -798,17 +798,6 @@ class BytesTest(unittest.TestCase, BaseStrTest):
def test_istitle(self, size):
super().test_istitle(size)
# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_lstrip(self, size):
super().test_lstrip(size)
# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_rstrip(self, size):
super().test_rstrip(size)
class BytearrayTest(unittest.TestCase, BaseStrTest):
def from_latin1(self, s):