Skip to content

Commit c36d7cf

Browse files
Exclude old branches
1 parent d69df21 commit c36d7cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

master/custom/workers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ def get_workers(settings):
188188
name="stan-aarch64-ubuntu",
189189
tags=['linux', 'unix', 'ubuntu', 'arm', 'arm64', 'aarch64'],
190190
parallel_tests=4,
191+
# test_xpickle doesn't exist on these branches
192+
not_branches=['3.12', '3.11', '3.10'],
191193
),
192194
cpw(
193195
name="stan-raspbian",

0 commit comments

Comments
 (0)