Skip to content

Commit 95a30f9

Browse files
cursoragentsimbo1905
andcommitted
Update expected test counts in CI workflow
Co-authored-by: simbo1905 <[email protected]>
1 parent 8c22bee commit 95a30f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
for k in totals: totals[k]+=int(r.get(k,'0'))
4040
except Exception:
4141
pass
42-
exp_tests=1908
43-
exp_skipped=713
42+
exp_tests=3668
43+
exp_skipped=1424
4444
if totals['tests']!=exp_tests or totals['skipped']!=exp_skipped:
4545
print(f"Unexpected test totals: {totals} != expected tests={exp_tests}, skipped={exp_skipped}")
4646
sys.exit(1)

0 commit comments

Comments
 (0)