Skip to content

Commit 2440c05

Browse files
author
John Luo
authored
Skip gRPC template test on Windows 8.1 (#23828)
1 parent b501f13 commit 2440c05

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
@@ -26,7 +26,7 @@ public GrpcTemplateTest(ProjectFactoryFixture projectFactory, ITestOutputHelper
2626
public ITestOutputHelper Output { get; }
2727

2828
[ConditionalFact]
29-
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
29+
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;Windows.81.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
3030
public async Task GrpcTemplate()
3131
{
3232
// Setup AssemblyTestLog

0 commit comments

Comments
 (0)