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
Update the documentation for the skip parameter in the test (#2102)
Document that a `skip: false` on a `test` can override a skipped group,
but not a skipped suite.
Add a unit test for the behavior between `group` and `test`.
Update an integration test to demonstrate that a suite level `@Skip()`
annotation cannot be overridden, it will always show as _one_ test
skipped for the entire suite.
0 commit comments