Skip to content

Commit

Permalink
Disable two flaky tests Mutex/Netw (dotnet/corefx#40689)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@3ef9df8
  • Loading branch information
ViktorHofer authored and stephentoub committed Aug 30, 2019
1 parent cee3065 commit ab33e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ public void DualModeConnectAsync_DnsEndPointToHost_Helper(IPAddress listenOn, bo
}
}

[SkipOnTargetFramework(TargetFrameworkMonikers.Uap)] // [ActiveIssue(20893)]
[ConditionalTheory(nameof(LocalhostIsBothIPv4AndIPv6))]
[MemberData(nameof(DualMode_Connect_IPAddress_DualMode_Data))]
public void DualModeConnectAsync_Static_DnsEndPointToHost_Helper(IPAddress listenOn, bool dualModeServer)
Expand Down
1 change: 1 addition & 0 deletions src/libraries/System.Threading/tests/MutexTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ public static IEnumerable<object[]> CrossProcess_NamedMutex_ProtectedFileAccessA
}
}

[ActiveIssue(34666)]
[Theory]
[MemberData(nameof(CrossProcess_NamedMutex_ProtectedFileAccessAtomic_MemberData))]
public void CrossProcess_NamedMutex_ProtectedFileAccessAtomic(string prefix)
Expand Down

0 comments on commit ab33e18

Please sign in to comment.