Quarantine template test (#19976)

This commit is contained in:
Brennan 2020-03-19 12:47:02 -07:00 committed by GitHub
parent 360bee0048
commit f4d81e3af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.AspNetCore.Testing;
using Templates.Test.Helpers;
using Xunit;
using Xunit.Abstractions;
@ -22,6 +23,7 @@ namespace Templates.Items.Test
public ITestOutputHelper Output { get; }
[Fact]
[QuarantinedTest]
public async Task BlazorServerItemTemplate()
{
Project = await ProjectFactory.GetOrCreateProject("razorcomponentitem", Output);