Skip to content

Commit

Permalink
Ignore hydra test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 2, 2021
1 parent bedd20f commit 8091da9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/test/scala/bloop/HydraCompileSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ object HydraCompileSpec extends BaseCompileSpec {
}

override def test(name: String)(fun: => Any): Unit = {
if (hydraLicenseExists) super.test(name)(fun)
else ignore(name, "Hydra license is missing")(fun)
// if (hydraLicenseExists) super.test(name)(fun)
// else ignore(name, "Hydra license is missing")(fun)
ignore(name, "Hydra license is missing")(fun)
}
}

0 comments on commit 8091da9

Please sign in to comment.