Skip to content

Commit 081b42f

Browse files
committed
Disable racy test
1 parent 566d687 commit 081b42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_time.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ def test_gmtime_without_arg(self):
414414
t1 = time.mktime(gt1)
415415
self.assertAlmostEqual(t1, t0, delta=0.2)
416416

417+
@support.impl_detail("racy test", graalvm=False)
417418
def test_localtime_without_arg(self):
418419
lt0 = time.localtime()
419420
lt1 = time.localtime(None)

0 commit comments

Comments
 (0)