From 047c3d6f55056643dde3deb5a86c9bc85a3b8c22 Mon Sep 17 00:00:00 2001 From: Maxim Lipnin Date: Fri, 16 Jul 2021 17:18:52 +0300 Subject: [PATCH] Disable some library tests due to failures/crash --- .../tests/Enumeration/ErrorHandlingTests.cs | 1 + .../System.IO.FileSystem/tests/Enumeration/RootTests.cs | 1 + src/libraries/tests.proj | 3 +++ 3 files changed, 5 insertions(+) diff --git a/src/libraries/System.IO.FileSystem/tests/Enumeration/ErrorHandlingTests.cs b/src/libraries/System.IO.FileSystem/tests/Enumeration/ErrorHandlingTests.cs index 7d45d65f66d1b..08f7279d4d00f 100644 --- a/src/libraries/System.IO.FileSystem/tests/Enumeration/ErrorHandlingTests.cs +++ b/src/libraries/System.IO.FileSystem/tests/Enumeration/ErrorHandlingTests.cs @@ -82,6 +82,7 @@ public void NotFoundErrorIsExpected() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/55821", TestPlatforms.Android)] public void DeleteDirectoryAfterOpening() { // We shouldn't prevent the directory from being deleted, even though we've diff --git a/src/libraries/System.IO.FileSystem/tests/Enumeration/RootTests.cs b/src/libraries/System.IO.FileSystem/tests/Enumeration/RootTests.cs index cea744085f793..e6925ccb8f2c3 100644 --- a/src/libraries/System.IO.FileSystem/tests/Enumeration/RootTests.cs +++ b/src/libraries/System.IO.FileSystem/tests/Enumeration/RootTests.cs @@ -31,6 +31,7 @@ protected override bool ShouldRecurseIntoEntry(ref FileSystemEntry entry) } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/55821", TestPlatforms.Android)] public void CanRecurseFromRoot() { string root = Path.GetPathRoot(Path.GetTempPath()); diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index fbc717a148846..fe4e71e88f501 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -52,6 +52,9 @@ + + +