Skip to content

Commit 7015143

Browse files
authored
Merge pull request #15211 from lampepfl/revert-15205-temporarily-untest-requests
Revert "requests-scala fails due to expired ssh cert"
2 parents e5abec0 + 02eea12 commit 7015143

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ class CommunityBuildTestC:
7878
@Test def playJson = projects.playJson.run()
7979
@Test def pprint = projects.pprint.run()
8080
@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-
81+
@Test def requests = projects.requests.run()
8682
@Test def scalacheck = projects.scalacheck.run()
8783
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
8884
@Test def scalaJava8Compat = projects.scalaJava8Compat.run()

0 commit comments

Comments
 (0)