Skip to content

Commit 3ce3058

Browse files
committed
Grpc still broken
1 parent a729730 commit 3ce3058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/GrpcTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public GrpcTemplateTest(ProjectFactoryFixture projectFactory, ITestOutputHelper
2525
public ITestOutputHelper Output { get; }
2626

2727
[ConditionalFact]
28-
// [SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
28+
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
2929
public async Task GrpcTemplate()
3030
{
3131
Project = await ProjectFactory.GetOrCreateProject("grpc", Output);

0 commit comments

Comments
 (0)