You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is meant to detect always-skipped tests by checking for skips
which never appear as non-skips.
However, a module-level skip produces a skip for the module which
doesn't *also* get emitted as a success on the "positive" runs. Since
module-level skips have an empty `classname`, use that to detect them
and treat them slightly differently (by counting them and comparing
against the number of files).
0 commit comments