Skip to content

Commit

Permalink
Revert "requests-scala fails due to expired ssh cert"
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha authored May 18, 2022
1 parent e5abec0 commit 02eea12
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ class CommunityBuildTestC:
@Test def playJson = projects.playJson.run()
@Test def pprint = projects.pprint.run()
@Test def protoquill = projects.protoquill.run()

// failing because certificate from client.badssl.com has expired.
// FIXME: re-enable when this is resolved: https://github.com/chromium/badssl.com/issues/504
// @Test def requests = projects.requests.run()

@Test def requests = projects.requests.run()
@Test def scalacheck = projects.scalacheck.run()
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
@Test def scalaJava8Compat = projects.scalaJava8Compat.run()
Expand Down

0 comments on commit 02eea12

Please sign in to comment.