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
build: fully disable tests when their required dependencies are missing (#5005)
We previously merely *marked* tests as "broken" in this case, and
depended on ctest being launched with `-E broken` to ensure those were
skipped. Not everybody did. Let's just truly skip them.
Fixes#4979
Signed-off-by: Larry Gritz <lg@larrygritz.com>
0 commit comments