Skip to content

Commit bbf37ef

Browse files
committed
Update EmptyWebTemplateTest.cs
1 parent b9a8e48 commit bbf37ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ProjectTemplates/test/EmptyWebTemplateTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using System.Threading.Tasks;
55
using Templates.Test.Helpers;
6+
using Microsoft.AspNetCore.Testing;
67
using Xunit;
78
using Xunit.Abstractions;
89

@@ -22,7 +23,8 @@ public EmptyWebTemplateTest(ProjectFactoryFixture projectFactory, ITestOutputHel
2223

2324
public ITestOutputHelper Output { get; }
2425

25-
[Fact]
26+
[ConditionalFact]
27+
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
2628
public async Task EmptyWebTemplateCSharp()
2729
{
2830
await EmtpyTemplateCore(languageOverride: null);

0 commit comments

Comments
 (0)