Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit cc7242e

Browse files
danmoseleystephentoub
authored andcommitted
Disable servicebase tests (#27501)
1 parent eb80d13 commit cc7242e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/System.ServiceProcess.ServiceController/tests/ServiceBaseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/// </summary>
1515
namespace System.ServiceProcess.Tests
1616
{
17+
[ActiveIssue("https://github.com/dotnet/corefx/issues/27071")]
1718
[OuterLoop(/* Modifies machine state */)]
1819
public class ServiceBaseTests : IDisposable
1920
{

src/System.ServiceProcess.ServiceController/tests/ServiceControllerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace System.ServiceProcess.Tests
1313
{
14+
[ActiveIssue("https://github.com/dotnet/corefx/issues/27071")]
1415
[OuterLoop(/* Modifies machine state */)]
1516
public class ServiceControllerTests : IDisposable
1617
{

src/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44
<PropertyGroup>
55
<ProjectGuid>{F7D9984B-02EB-4573-84EF-00FFFBFB872C}</ProjectGuid>
6+
<XunitShowProgress>true</XunitShowProgress>
7+
<XunitMaxThreads>1</XunitMaxThreads>
68
</PropertyGroup>
79
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
810
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Release|AnyCPU'" />

0 commit comments

Comments
 (0)