Skip to content

Commit

Permalink
Remove test environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Dec 5, 2023
1 parent c9706cc commit 84fae18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ProcessBasicChecksTests(ITestOutputHelper output)
public async Task DetectRuntime()
{
SkipOn.Platform(SkipOn.PlatformValue.MacOs);
using var helper = await StartConsole(enableProfiler: false, ("crash", "1"));
using var helper = await StartConsole(enableProfiler: false);

var (standardOutput, errorOutput, _) = await RunTool($"check process {helper.Process.Id}");

Expand Down

0 comments on commit 84fae18

Please sign in to comment.