From 773c6a820bd7c6eeb46b89e2187999b4acfd7d7e Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Thu, 20 May 2021 13:23:17 -0700 Subject: [PATCH 1/2] Disable InvokeCodeThatShouldFirEvents_EnsureEventsFired --- .../tests/System/Data/DataCommonEventSourceTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs b/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs index 6b5029859f007..a5be068d09d3a 100644 --- a/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs +++ b/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs @@ -11,6 +11,7 @@ namespace System.Data.Tests public class DataCommonEventSourceTest { [ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/52710", TestPlatforms.OSX, TestRuntimes.CoreCLR)] [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)] public void InvokeCodeThatShouldFirEvents_EnsureEventsFired() { From 334d14eca838342da9cddf893b087f68d2db28a9 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Thu, 20 May 2021 14:54:33 -0700 Subject: [PATCH 2/2] Update src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs --- .../tests/System/Data/DataCommonEventSourceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs b/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs index a5be068d09d3a..0edac7504e1fa 100644 --- a/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs +++ b/src/libraries/System.Data.Common/tests/System/Data/DataCommonEventSourceTest.cs @@ -11,7 +11,7 @@ namespace System.Data.Tests public class DataCommonEventSourceTest { [ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/52710", TestPlatforms.OSX, TestRuntimes.CoreCLR)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/52710", TestPlatforms.OSX, runtimes: TestRuntimes.CoreCLR)] [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)] public void InvokeCodeThatShouldFirEvents_EnsureEventsFired() {