1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

noisy tests

This commit is contained in:
vsadov 2021-11-14 19:03:47 -08:00
parent 5d81703f0c
commit b2a3ddf4ae
2 changed files with 1 additions and 1 deletions

View file

@ -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()
{

View file

@ -118,7 +118,6 @@ namespace System.Runtime.InteropServices
Assert.Throws<InvalidOperationException>(() => collector.Add());
}
[ActiveIssue("Satori NYI")] // probably test issue, relies on frequent blocking collections?
[Fact]
public static void TestHandleCollector()
{