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 5c155d4 commit 648c15dCopy full SHA for 648c15d
src/Identity/test/Identity.Test/IdentityUIScriptsTest.cs
@@ -79,6 +79,9 @@ public static IEnumerable<object[]> ScriptWithFallbackSrcData
79
80
[Theory]
81
[MemberData(nameof(ScriptWithFallbackSrcData))]
82
+ // Ubuntu 16 uses an old version of OpenSSL that doesn't work well when an intermediate CA is expired.
83
+ // We've decided to not run these tests against that OS anymore and will run on newer versions of Ubuntu.
84
+ [SkipOnHelix("Skip on Ubuntu 16", Queues = "Ubuntu.1604.Amd64.Open;Ubuntu.1604.Amd64")]
85
public async Task IdentityUI_ScriptTags_FallbackSourceContent_Matches_CDNContent(ScriptTag scriptTag)
86
{
87
var wwwrootDir = Path.Combine(GetProjectBasePath(), "wwwroot", scriptTag.Version);
0 commit comments