Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Prevent ServiceControllerTests from dispose when already disposed #24042

Merged
merged 3 commits into from
Sep 18, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void Cleanup()
}
}

[ActiveIssue(23388)]
[ConditionalFact(nameof(IsProcessElevated))]
public void TestOnStartThenStop()
{
Expand Down