From comment resolved as out-of-scope in previous PR: #108 (comment). The test summary currently will always report the number of skipped tests as 0 due to a known issue in nextest: nextest-rs/nextest#885. Way I see this currently, there are two possible fixes for this:
- submit a fix for this in nextest's repo
- develop a workaround in this repo (possibly by parsing stdout)
Second opinions on preferred fix or suggestions for alternate fixes would be appreciated.
From comment resolved as out-of-scope in previous PR: #108 (comment). The test summary currently will always report the number of skipped tests as 0 due to a known issue in nextest: nextest-rs/nextest#885. Way I see this currently, there are two possible fixes for this:
Second opinions on preferred fix or suggestions for alternate fixes would be appreciated.