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