arunsathiya/leetcode

`main` passes even though some tests are expected to fail

arunsathiya opened this issue · 1 comments

I expected main branch to fail in this run:

https://github.com/arunsathiya/leetcode/actions/runs/8024096240/job/21921921521

Because some of the problems have broken tests:

But it seems to have passed somehow. Need to figure out why this is happening.

The latest run failed as expected https://github.com/arunsathiya/leetcode/actions/runs/8024968162

But shouldn't main keep failing for future runs too, as long as the broken problem tests are fixed?