Skip to content

Commit 648c15d

Browse files
BrennanConroydougbu
authored andcommitted
Skip some tests on Ubuntu 16
1 parent 5c155d4 commit 648c15d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Identity/test/Identity.Test/IdentityUIScriptsTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ public static IEnumerable<object[]> ScriptWithFallbackSrcData
7979

8080
[Theory]
8181
[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")]
8285
public async Task IdentityUI_ScriptTags_FallbackSourceContent_Matches_CDNContent(ScriptTag scriptTag)
8386
{
8487
var wwwrootDir = Path.Combine(GetProjectBasePath(), "wwwroot", scriptTag.Version);

0 commit comments

Comments
 (0)