github-runner: disable intermittently failing test (#432568)

authored by Pol Dellaiera and committed by GitHub 58c7c236 81475b8a

+2 -2
+2 -2
pkgs/by-name/gi/github-runner/package.nix
··· 151 151 disabledTests = [ 152 152 "GitHub.Runner.Common.Tests.Listener.SelfUpdaterL0.TestSelfUpdateAsync" 153 153 "GitHub.Runner.Common.Tests.ProcessInvokerL0.OomScoreAdjIsInherited" 154 + # intermittently failing 155 + "GitHub.Runner.Common.Tests.ProcessExtensionL0.SuccessReadProcessEnv" 154 156 ] 155 157 ++ map (x: "GitHub.Runner.Common.Tests.Listener.SelfUpdaterL0.TestSelfUpdateAsync_${x}") [ 156 158 "Cancel_CloneHashTask_WhenNotNeeded" ··· 208 210 "GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode20RuntimeVersionInAlpineContainerAsync" 209 211 ] 210 212 ++ lib.optionals finalAttrs.DOTNET_SYSTEM_GLOBALIZATION_INVARIANT [ 211 - "GitHub.Runner.Common.Tests.ProcessExtensionL0.SuccessReadProcessEnv" 212 213 "GitHub.Runner.Common.Tests.Util.StringUtilL0.FormatUsesInvariantCulture" 213 214 "GitHub.Runner.Common.Tests.Worker.VariablesL0.Constructor_SetsOrdinalIgnoreCaseComparer" 214 215 "GitHub.Runner.Common.Tests.Worker.WorkerL0.DispatchCancellation" 215 216 "GitHub.Runner.Common.Tests.Worker.WorkerL0.DispatchRunNewJob" 216 - "GitHub.Runner.Common.Tests.ProcessExtensionL0.SuccessReadProcessEnv" 217 217 ]; 218 218 219 219 testProjectFile = [ "src/Test/Test.csproj" ];