Skip to content

Fix test_exclude_example_domains #1688

@thomas-zahner

Description

@thomas-zahner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions