Skip to content

Commit 91b50d6

Browse files
committed
disable free-threaded tests, TestThreadSafeBus::test_send_periodic_duration is flaky
1 parent 9b4b1a5 commit 91b50d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
"py310",
2121
"py311",
2222
"py312",
23-
"py313", "py313t",
24-
"py314", "py314t",
23+
"py313",
24+
"py314",
25+
# "py313t",
26+
# "py314t",
2527
"pypy310",
2628
"pypy311",
2729
]

0 commit comments

Comments
 (0)