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