Skip to content

Commit 4a0b7d1

Browse files
committed
refactor
- remove the now unnecessary CI check - we know it's (mostly?) happening on Linux
1 parent 37376a0 commit 4a0b7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/but-core/tests/core/worktree/checkout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ fn unrelated_additions_are_fine_even_with_conflicts_in_index() -> anyhow::Result
636636

637637
#[test]
638638
fn forced_changes_with_snapshot_and_directory_to_file() -> anyhow::Result<()> {
639-
if but_testsupport::gix_testtools::is_ci::cached() || cfg!(target_os = "linux") {
639+
if cfg!(target_os = "linux") {
640640
// Fails on checkout on Linux as it tries to get null from the ODB for some reason.
641641
// Too strange, usually related to the index somehow.
642642
eprintln!("SKIPPING TEST KNOWN TO FAIL ON CI ONLY");

0 commit comments

Comments
 (0)