Disabling CanRecurseFromRoot test, again (dotnet/corefx#27276)
authorStephen Toub <stoub@microsoft.com>
Tue, 20 Feb 2018 13:02:52 +0000 (08:02 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2018 13:02:52 +0000 (08:02 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/2fe35d98cd2ceb7e5649321a49039ec27ccbff6e

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

index 55763c8..002ea43 100644 (file)
@@ -32,6 +32,7 @@ namespace System.IO.Tests.Enumeration
             }
         }
 
+        [ActiveIssue(27244)]
         [Fact]
         public void CanRecurseFromRoot()
         {