Disable CanRecurseFromRoot test (dotnet/corefx#27252)
authorStephen Toub <stoub@microsoft.com>
Mon, 19 Feb 2018 17:57:48 +0000 (12:57 -0500)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2018 17:57:48 +0000 (12:57 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/336bc1868948c01db4ba72be49c2b959099e542d

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

index 258c9d7..b3b496d 100644 (file)
@@ -29,6 +29,7 @@ namespace System.IO.Tests.Enumeration
             }
         }
 
+        [ActiveIssue(27244)]
         [Fact]
         public void CanRecurseFromRoot()
         {