Skip to content

Commit 91ba66c

Browse files
author
Andrew Hall
committed
Skip failing test
1 parent 9d86df7 commit 91ba66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.CodeAnalysis.Razor.Workspaces.Test/ProjectEngineHost/FilePathNormalizerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public void Normalize_EmptyFilePath_ReturnsEmptyString()
262262
Assert.Equal("/", normalized);
263263
}
264264

265-
[ConditionalFact(Is.Not.Windows)]
265+
[ConditionalFact(AlwaysSkip = "https://github.com/dotnet/razor/issues/11660")]
266266
public void Normalize_NonWindows_AddsLeadingForwardSlash()
267267
{
268268
// Arrange

0 commit comments

Comments
 (0)