Skip to content

Commit

Permalink
Disable TestOnExecuteCustomCommand
Browse files Browse the repository at this point in the history
This is failing on the libraries outerloop builds.

Tracked by dotnet#1724
  • Loading branch information
jaredpar committed Jan 15, 2020
1 parent d4d38b6 commit 429b219
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void TestOnPauseAndContinueThenStop()
controller.WaitForStatus(ServiceControllerStatus.Stopped);
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/1724")]
[ConditionalFact(nameof(IsProcessElevated))]
public void TestOnExecuteCustomCommand()
{
Expand Down

0 comments on commit 429b219

Please sign in to comment.