Quarantine template test (#19976)
This commit is contained in:
parent
360bee0048
commit
f4d81e3af2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue