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 37376a0 commit 4a0b7d1Copy full SHA for 4a0b7d1
crates/but-core/tests/core/worktree/checkout.rs
@@ -636,7 +636,7 @@ fn unrelated_additions_are_fine_even_with_conflicts_in_index() -> anyhow::Result
636
637
#[test]
638
fn forced_changes_with_snapshot_and_directory_to_file() -> anyhow::Result<()> {
639
- if but_testsupport::gix_testtools::is_ci::cached() || cfg!(target_os = "linux") {
+ if cfg!(target_os = "linux") {
640
// Fails on checkout on Linux as it tries to get null from the ODB for some reason.
641
// Too strange, usually related to the index somehow.
642
eprintln!("SKIPPING TEST KNOWN TO FAIL ON CI ONLY");
0 commit comments