Skip to content

Commit d2dec8c

Browse files
committed
Skip grpc on unsupported/failing queues
1 parent ed66163 commit d2dec8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ProjectTemplates/test/GrpcTemplateTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Runtime.InteropServices;
66
using System.Threading.Tasks;
7+
using Microsoft.AspNetCore.Testing;
78
using Templates.Test.Helpers;
89
using Xunit;
910
using Xunit.Abstractions;
@@ -23,7 +24,8 @@ public GrpcTemplateTest(ProjectFactoryFixture projectFactory, ITestOutputHelper
2324
public ProjectFactoryFixture ProjectFactory { get; }
2425
public ITestOutputHelper Output { get; }
2526

26-
[Fact]
27+
[ConditionalFact]
28+
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
2729
public async Task GrpcTemplate()
2830
{
2931
Project = await ProjectFactory.GetOrCreateProject("grpc", Output);

0 commit comments

Comments
 (0)