Skip to content

Commit 5a65c95

Browse files
authored
Merge pull request #915 from xebia-functional/ignore-github-test
Ignore github test until it is fixed
2 parents dedfa61 + 804158c commit 5a65c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fetch-examples/src/test/scala/GithubExample.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class GithubExample extends AnyWordSpec with Matchers {
223223
def fetchOrgLanguages[F[_]: Async](org: String): Fetch[F, Int] =
224224
fetchOrg(org).map(projects => projects.map(_.languages.toSet).fold(Set())(_ ++ _).size)
225225

226-
"We can fetch org repos" in {
226+
"We can fetch org repos" ignore {
227227
val io = Fetch.runLog[IO](fetchOrg[IO]("47degrees"))
228228

229229
val (log, _) = io.onError { case _ => cleanUpCache }.unsafeRunSync()

0 commit comments

Comments
 (0)