We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5abec0 + 02eea12 commit 7015143Copy full SHA for 7015143
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -78,11 +78,7 @@ class CommunityBuildTestC:
78
@Test def playJson = projects.playJson.run()
79
@Test def pprint = projects.pprint.run()
80
@Test def protoquill = projects.protoquill.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
+ @Test def requests = projects.requests.run()
86
@Test def scalacheck = projects.scalacheck.run()
87
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
88
@Test def scalaJava8Compat = projects.scalaJava8Compat.run()
0 commit comments