Skip to content

Commit 33333a5

Browse files
committed
Revert "Temporarily repeat the fs snapshot journey many times"
This reverts commit bf45023.
1 parent b68ba95 commit 33333a5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ jobs:
162162
- macos-latest
163163
- ubuntu-latest
164164
- ubuntu-24.04-arm
165-
fail-fast: false
166165

167166
runs-on: ${{ matrix.os }}
168167

@@ -266,7 +265,6 @@ jobs:
266265
runner-arch: arm64
267266
runner-os: ubuntu-24.04-arm
268267
host-triple: armv7-unknown-linux-gnueabihf
269-
fail-fast: false
270268

271269
runs-on: ${{ matrix.runner-os }}
272270

gix-fs/tests/fs/snapshot.rs

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ use std::path::Path;
33

44
#[test]
55
fn journey() -> Result<(), Box<dyn std::error::Error>> {
6-
for _ in 0..250 {
7-
do_journey()?;
8-
}
9-
Ok(())
10-
}
11-
12-
fn do_journey() -> Result<(), Box<dyn std::error::Error>> {
136
let tmp = tempfile::tempdir().unwrap();
147
if !has_granular_times(tmp.path())? {
158
return Ok(());

0 commit comments

Comments
 (0)