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
The Netflix bettertls test suite for pathbuilding and name constraint
validation take an outsized amount of runtime compared to our other
tests. These tests can take ~8s locally and the entire project test
suite with these tests ignored can be run in 0.6s.
This commit adds an `#[ignore]` flag so it won't be run by
default. We will opt-in to running this test in CI w/ `cargo test --
--ignored`.
0 commit comments