We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a4062 commit e76034fCopy full SHA for e76034f
src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs
@@ -385,6 +385,7 @@ await Assert.ThrowsAnyAsync<Exception>(() =>
385
}
386
387
[Fact]
388
+ [SkipOnHelix("", Queues = "Ubuntu.1604.Amd64.Open;Windows.10.Amd64.Open")]
389
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "This check only applies to Mac OS as it is the one that checks the key for validity.")]
390
[OSSkipCondition(OperatingSystems.Windows, SkipReason = "This check only applies to Mac OS as it is the one that checks the key for validity.")]
391
public async Task DevCertWithInvalidPrivateKeyProducesCustomWarning()
0 commit comments