We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents badbed6 + a01dc2b commit c75f82fCopy full SHA for c75f82f
1 file changed
tests/integration.rs
@@ -8,7 +8,9 @@ use trycmd::TestCases;
8
fn integration() {
9
TestCases::new()
10
.default_bin_name("nurl")
11
- .case("tests/cmd/**/*.toml");
+ .case("tests/cmd/**/*.toml")
12
+ // fetchFromRepoOrCz is flaky
13
+ .skip("tests/cmd/fetcher/repo_or_cz.toml");
14
}
15
16
#[test]
0 commit comments