зеркало из https://github.com/dotnet/razor.git
Skip flakey tests until Roslyn unblocks it.
- Test is flakey due to dotnet/roslyn#31548 - Tracking issue to ensure we unskip: aspnet/AspNetCore/issues/7768 Addresses aspnet/AspNetCore-Internal/issues/1842
This commit is contained in:
Родитель
e3d89c262e
Коммит
3eb0ccf1d4
|
@ -33,7 +33,7 @@ namespace Microsoft.CodeAnalysis.Razor
|
|||
services.Add(new TestTagHelperResolver());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "This test is flakey due to https://github.com/dotnet/roslyn/issues/31548. Skipping until the blocking issue is resolved.")]
|
||||
public async Task TryGetExcerptInternalAsync_SingleLine_CanClassifyCSharp()
|
||||
{
|
||||
// Arrange
|
||||
|
@ -117,7 +117,7 @@ namespace Microsoft.CodeAnalysis.Razor
|
|||
});
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "This test is flakey due to https://github.com/dotnet/roslyn/issues/31548. Skipping until the blocking issue is resolved.")]
|
||||
public async Task TryGetExcerptInternalAsync_SingleLine_CanClassifyCSharp_ImplicitExpression()
|
||||
{
|
||||
// Arrange
|
||||
|
@ -393,7 +393,7 @@ namespace Microsoft.CodeAnalysis.Razor
|
|||
});
|
||||
}
|
||||
|
||||
[Fact(Skip = "This test is flakey due to https://github.com/dotnet/roslyn/issues/31548. Skipping until the blocking issue is resovled.")]
|
||||
[Fact(Skip = "This test is flakey due to https://github.com/dotnet/roslyn/issues/31548. Skipping until the blocking issue is resolved.")]
|
||||
public async Task TryGetExcerptInternalAsync_MultiLine_Boundaries_CanClassifyCSharp()
|
||||
{
|
||||
// Arrange
|
||||
|
|
Загрузка…
Ссылка в новой задаче