Skip to content

Commit 8a77c7f

Browse files
committed
look for the troublesome preparation file =1 mod 12
Signed-off-by: dafnapension <dafnashein@yahoo.com>
1 parent 9fe1ea9 commit 8a77c7f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/catalog/test_preparation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
# Make sure the order in which the tests are run is deterministic
2828
# Having a different order for local testing and github testing may cause diffs in results.
2929
all_preparation_files.sort()
30+
all_preparation_files = [
31+
file for i, file in enumerate(all_preparation_files) if i % 12 == 1
32+
]
33+
3034
num_par = 1 # num of parallel executions
3135
logger.critical(
3236
f"Over all, {len(all_preparation_files)} files will now be tested over {num_par} parallel processes."

0 commit comments

Comments
 (0)