File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -790,11 +790,13 @@ def test_swapcase(self, size):
790790
791791 # TODO: RUSTPYTHON
792792 @unittest .expectedFailure
793+ @bigmemtest (size = _2G , memuse = 2 )
793794 def test_isspace (self , size ):
794795 super ().test_isspace (size )
795796
796797 # TODO: RUSTPYTHON
797798 @unittest .expectedFailure
799+ @bigmemtest (size = _2G , memuse = 2 )
798800 def test_istitle (self , size ):
799801 super ().test_istitle (size )
800802
@@ -825,11 +827,13 @@ def test_swapcase(self, size):
825827
826828 # TODO: RUSTPYTHON
827829 @unittest .expectedFailure
830+ @bigmemtest (size = _2G , memuse = 2 )
828831 def test_isspace (self , size ):
829832 super ().test_isspace (size )
830833
831834 # TODO: RUSTPYTHON
832835 @unittest .expectedFailure
836+ @bigmemtest (size = _2G , memuse = 2 )
833837 def test_istitle (self , size ):
834838 super ().test_istitle (size )
835839
You can’t perform that action at this time.
0 commit comments