Skip to content

Commit

Permalink
Fix process test introduced in dotnet#59562
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Pfister committed Oct 26, 2021
1 parent 4800f60 commit df80bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ public void StartProcessWithArgumentList()
}
}

[Fact]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public void ArgumentListArgumentNullThrowsOnStart()
{
ProcessStartInfo psi = new ProcessStartInfo(GetCurrentProcessName());
Expand Down

0 comments on commit df80bf0

Please sign in to comment.