Skip to content

Commit 741bbad

Browse files
authored
Merge pull request #15205 from dotty-staging/temporarily-untest-requests
requests-scala fails due to expired ssh cert
2 parents 5a38efe + a345610 commit 741bbad

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)