We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dedfa61 + 804158c commit 5a65c95Copy full SHA for 5a65c95
1 file changed
fetch-examples/src/test/scala/GithubExample.scala
@@ -223,7 +223,7 @@ class GithubExample extends AnyWordSpec with Matchers {
223
def fetchOrgLanguages[F[_]: Async](org: String): Fetch[F, Int] =
224
fetchOrg(org).map(projects => projects.map(_.languages.toSet).fold(Set())(_ ++ _).size)
225
226
- "We can fetch org repos" in {
+ "We can fetch org repos" ignore {
227
val io = Fetch.runLog[IO](fetchOrg[IO]("47degrees"))
228
229
val (log, _) = io.onError { case _ => cleanUpCache }.unsafeRunSync()
0 commit comments