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.
1 parent badbed6 commit a01dc2bCopy full SHA for a01dc2b
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