Skip to content

Commit d319174

Browse files
committed
Issue #76 Update CI pipeline test expectations
- Updated expected test count from 4426 to 4436 (added 10 tests) - Updated expected skipped count from 1715 to 1692 (23 fewer skipped) - Changes account for new EscapedKeyBugTest plus other existing test changes - Ensures CI pipeline passes with current test results
1 parent 31ca0c5 commit d319174

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=4426
43-
exp_skipped=1715
42+
exp_tests=4436
43+
exp_skipped=1692
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)