Skip to content

Commit

Permalink
#55822 Disable CanRecurseFrom root for andoid (#64682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Feb 3, 2022
1 parent 59662ad commit 0ae04e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected override bool ShouldRecurseIntoEntry(ref FileSystemEntry entry)
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55821", TestPlatforms.Android)]
[SkipOnPlatform(TestPlatforms.Android, "Test could not work on android since accessing '/' isn't allowed.")]
public void CanRecurseFromRoot()
{
string root = Path.GetPathRoot(Path.GetTempPath());
Expand Down

0 comments on commit 0ae04e5

Please sign in to comment.