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 566d687 commit 081b42fCopy full SHA for 081b42f
graalpython/lib-python/3/test/test_time.py
@@ -414,6 +414,7 @@ def test_gmtime_without_arg(self):
414
t1 = time.mktime(gt1)
415
self.assertAlmostEqual(t1, t0, delta=0.2)
416
417
+ @support.impl_detail("racy test", graalvm=False)
418
def test_localtime_without_arg(self):
419
lt0 = time.localtime()
420
lt1 = time.localtime(None)
0 commit comments