Skip to content

Commit c75f82f

Browse files
authored
Merge pull request #401 from nix-community/repoorcz
disable fetchFromRepoOrCz tests
2 parents badbed6 + a01dc2b commit c75f82f

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)