-
-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Description
In the past I stumbled upon the test test_exclude_example_domains. And just now I did again because weirdly enough it is excluded in the Makefile explicitly unlike any other test. After a little investigation I realised that the test fails with certain feature flags. This was probably the reason the test was excluded because it seemed flaky.
To reproduce cd into lychee-bin and then:
$ cargo test -- test_exclude_example_domains
test cli::test_exclude_example_domains ... ok
$ cargo test --all-features -- test_exclude_example_domains
test cli::test_exclude_example_domains ... FAILED
Metadata
Metadata
Assignees
Labels
No labels