diff --git a/pkgs/by-name/gi/git-town/package.nix b/pkgs/by-name/gi/git-town/package.nix index c9dda550ec85..78fdab8d4277 100644 --- a/pkgs/by-name/gi/git-town/package.nix +++ b/pkgs/by-name/gi/git-town/package.nix @@ -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}$" ];