Skip to content

Commit

Permalink
Disable DirectoryLongerThanMaxLongPathWithExtendedSyntax_ThrowsExcept…
Browse files Browse the repository at this point in the history
…ion (dotnet#64044)
  • Loading branch information
stephentoub committed Jan 20, 2022
1 parent bc359a8 commit a7aff06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public void DirectoryLongerThanMaxLongPath_ThrowsPathTooLongException()
});
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/64019")]
[ConditionalFact(nameof(LongPathsAreNotBlocked), nameof(UsingNewNormalization))]
[PlatformSpecific(TestPlatforms.Windows)]
public void DirectoryLongerThanMaxLongPathWithExtendedSyntax_ThrowsException()
Expand Down

0 comments on commit a7aff06

Please sign in to comment.