diff --git a/src/libraries/System.IO.FileSystem/tests/Enumeration/ErrorHandlingTests.cs b/src/libraries/System.IO.FileSystem/tests/Enumeration/ErrorHandlingTests.cs index 7d45d65f66d1bb..08f7279d4d00f5 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 cea744085f793d..e6925ccb8f2c37 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 fbc717a1488464..fe4e71e88f5017 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -52,6 +52,9 @@ + + +