Skip to content

Commit

Permalink
Disable trimmed crashtracking test on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Mar 5, 2025
1 parent a48a732 commit 118aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/build/_build/Build.VariableGenerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ from package in packages
dockerTag = dockerTag,
publishFramework = image.PublishFramework,
linuxArtifacts = linuxArtifacts,
runCrashTest = image.RunCrashTest ? "true" : "false",
runCrashTest = "false", // this doesn't work on Linux
runtimeImage = $"{dockerName}:{image.RuntimeTag}",
runtimeId = runtimeId,
packageName = pair.package.name,
Expand Down

0 comments on commit 118aaff

Please sign in to comment.