We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Byron
Learn more about funding links in repositories.
Report abuse
2 parents 130db3b + 3adcfc5 commit 5242aadCopy full SHA for 5242aad
gix/tests/object/tree/diff.rs
@@ -392,13 +392,12 @@ mod track_rewrites {
392
}
393
394
#[test]
395
+ #[cfg_attr(
396
+ windows,
397
+ ignore = "Fails on some Window systems, like the fixture doesn't get set up correctly."
398
+ )]
399
fn jj_realistic_needs_to_be_more_clever() -> crate::Result {
400
let repo = named_subrepo_opts("make_diff_repos.sh", "jj-trackcopy-1", gix::open::Options::isolated())?;
- if cfg!(windows) && is_ci::cached() {
- // Somehow, CI has problems getting the same result even though it works fine in a local VM.
- // It's like the fixture doesn't get setup correctly.
- return Ok(());
401
- }
402
403
let mut expected = HashMap::<&BStr, (&BStr, u32)>::new();
404
expected.insert(
0 commit comments