git-town: fix darwin build (#520929)

This commit is contained in:
Weijia Wang
2026-05-16 23:22:32 +00:00
committed by GitHub
+2 -1
View File
@@ -56,13 +56,14 @@ buildGoModule (finalAttrs: {
let
# Disable tests requiring local operations
skippedTests = [
"TestGodog"
"TestMockingRunner/MockCommand"
"TestMockingRunner/MockCommitMessage"
"TestMockingRunner/QueryWith"
"TestTestCommands/CreateChildFeatureBranch"
"TestTestCommands/CreateChildBranch"
"TestTestCommands/CreateLocalBranchUsingGitTown"
"TestFrontendRunner_RetryOnIndexLock" # Timing issues.
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];