Skip to content

Commit a01dc2b

Browse files
committed
disable fetchFromRepoOrCz tests
the fetcher is flaky due to repo.or.cz using anubis
1 parent badbed6 commit a01dc2b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ use trycmd::TestCases;
88
fn integration() {
99
TestCases::new()
1010
.default_bin_name("nurl")
11-
.case("tests/cmd/**/*.toml");
11+
.case("tests/cmd/**/*.toml")
12+
// fetchFromRepoOrCz is flaky
13+
.skip("tests/cmd/fetcher/repo_or_cz.toml");
1214
}
1315

1416
#[test]

0 commit comments

Comments
 (0)