Skip to content

Commit 0153869

Browse files
test(storage): start branch daemon on Windows
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 5d2c65d commit 0153869

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/core_cli_suite/cli_non_interactive_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,6 @@ fn branch_add_writes_new_branch_db_into_profile_shard() {
15961596
git(&project_root, &["checkout", "-b", "feature/new"]);
15971597
let project_id = default_profile_project_id(&project_root);
15981598
let shard_root = profile_sharded_data_root(&profile_root(home.path()), &project_id);
1599-
#[cfg(unix)]
16001599
let _daemon = crate::common::spawn_tracedecay_daemon(home.path());
16011600
let mut command = tracedecay_command_without_daemon(home.path(), &project_root);
16021601
command.args(["branch", "add", "feature/new"]);

0 commit comments

Comments
 (0)