Skip gRPC template test on Windows 8.1 (#23828)
This commit is contained in:
parent
b501f13fb3
commit
2440c05c2b
|
|
@ -26,7 +26,7 @@ namespace Templates.Test
|
||||||
public ITestOutputHelper Output { get; }
|
public ITestOutputHelper Output { get; }
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;Windows.81.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||||
public async Task GrpcTemplate()
|
public async Task GrpcTemplate()
|
||||||
{
|
{
|
||||||
// Setup AssemblyTestLog
|
// Setup AssemblyTestLog
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue