mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
noisy tests
This commit is contained in:
parent
5d81703f0c
commit
b2a3ddf4ae
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ namespace System.IO.Ports.Tests
|
||||||
{
|
{
|
||||||
public class OpenDevices : PortsTest
|
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
|
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer))] // see https://github.com/dotnet/runtime/issues/26199#issuecomment-390338721
|
||||||
public void OpenDevices01()
|
public void OpenDevices01()
|
||||||
{
|
{
|
||||||
|
|
|
@ -118,7 +118,6 @@ namespace System.Runtime.InteropServices
|
||||||
Assert.Throws<InvalidOperationException>(() => collector.Add());
|
Assert.Throws<InvalidOperationException>(() => collector.Add());
|
||||||
}
|
}
|
||||||
|
|
||||||
[ActiveIssue("Satori NYI")] // probably test issue, relies on frequent blocking collections?
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public static void TestHandleCollector()
|
public static void TestHandleCollector()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue