From b2a3ddf4aef6cb21a6ae7774d31e3905ad0813ee Mon Sep 17 00:00:00 2001 From: vsadov <8218165+VSadov@users.noreply.github.com> Date: Sun, 14 Nov 2021 19:03:47 -0800 Subject: [PATCH] noisy tests --- src/libraries/System.IO.Ports/tests/SerialPort/OpenDevices.cs | 1 + .../System/Runtime/InteropServices/HandleCollectorTests.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.IO.Ports/tests/SerialPort/OpenDevices.cs b/src/libraries/System.IO.Ports/tests/SerialPort/OpenDevices.cs index 681cbe64aab..7d395bb7023 100644 --- a/src/libraries/System.IO.Ports/tests/SerialPort/OpenDevices.cs +++ b/src/libraries/System.IO.Ports/tests/SerialPort/OpenDevices.cs @@ -11,6 +11,7 @@ namespace System.IO.Ports.Tests { public class OpenDevices : PortsTest { + [ActiveIssue("Satori: noisy test fails in baseline too")] [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer))] // see https://github.com/dotnet/runtime/issues/26199#issuecomment-390338721 public void OpenDevices01() { diff --git a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/HandleCollectorTests.cs b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/HandleCollectorTests.cs index b1de9352514..979867bc1ef 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/HandleCollectorTests.cs +++ b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/HandleCollectorTests.cs @@ -118,7 +118,6 @@ namespace System.Runtime.InteropServices Assert.Throws(() => collector.Add()); } - [ActiveIssue("Satori NYI")] // probably test issue, relies on frequent blocking collections? [Fact] public static void TestHandleCollector() {