Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 336bc18

Browse files
authored
Disable CanRecurseFromRoot test (#27252)
1 parent 01fa16f commit 336bc18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.IO.FileSystem/tests/Enumeration/RootTests.netcoreapp.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected override bool ShouldRecurseIntoEntry(ref FileSystemEntry entry)
2929
}
3030
}
3131

32+
[ActiveIssue(27244)]
3233
[Fact]
3334
public void CanRecurseFromRoot()
3435
{

0 commit comments

Comments
 (0)