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:
N. Taylor Mullen 2019-02-20 14:44:08 -08:00
Родитель e3d89c262e
Коммит 3eb0ccf1d4
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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