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 ee5bab9 commit a345610Copy full SHA for a345610
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -78,7 +78,11 @@ class CommunityBuildTestC:
78
@Test def playJson = projects.playJson.run()
79
@Test def pprint = projects.pprint.run()
80
@Test def protoquill = projects.protoquill.run()
81
- @Test def requests = projects.requests.run()
+
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
86
@Test def scalacheck = projects.scalacheck.run()
87
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
88
@Test def scalaJava8Compat = projects.scalaJava8Compat.run()
0 commit comments