From 6043daf3aa98f183372d0240a3e58a70f628b10c Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Fri, 8 May 2026 14:03:31 +0200 Subject: [PATCH] [GR-53744] Run pathlib tagged tests serially --- graalpython/lib-python/3/test/conftest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graalpython/lib-python/3/test/conftest.toml b/graalpython/lib-python/3/test/conftest.toml index e6618240f9..70ea7c8186 100644 --- a/graalpython/lib-python/3/test/conftest.toml +++ b/graalpython/lib-python/3/test/conftest.toml @@ -26,6 +26,9 @@ selector = [ 'test_unittest', 'test_logging', 'test_zipfile', + # test_empty_path compares two stats of '.', which can change if another + # parallel test creates or removes cwd-relative directories. + 'test_pathlib', ] [[test_rules]]