Skip to content

Commit a345610

Browse files
committed
requests-scala fails due to expired ssh cert
1 parent ee5bab9 commit a345610

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ class CommunityBuildTestC:
7878
@Test def playJson = projects.playJson.run()
7979
@Test def pprint = projects.pprint.run()
8080
@Test def protoquill = projects.protoquill.run()
81-
@Test def requests = projects.requests.run()
81+
82+
// failing because certificate from client.badssl.com has expired.
83+
// FIXME: re-enable when this is resolved: https://github.com/chromium/badssl.com/issues/504
84+
// @Test def requests = projects.requests.run()
85+
8286
@Test def scalacheck = projects.scalacheck.run()
8387
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
8488
@Test def scalaJava8Compat = projects.scalaJava8Compat.run()

0 commit comments

Comments
 (0)