We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faed32 commit 58fb908Copy full SHA for 58fb908
Lib/test/test_resource.py
@@ -71,7 +71,6 @@ def test_fsize_enforced(self):
71
@unittest.skipIf(sys.platform == "vxworks",
72
"setting RLIMIT_FSIZE is not supported on VxWorks")
73
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')
74
-
75
def test_fsize_too_big(self):
76
# Be sure that setrlimit is checking for really large values
77
too_big = 10**50
0 commit comments