diff --git a/Formula/igv.rb b/Formula/igv.rb index 3d29df50a1875..f47d2e9557dfe 100644 --- a/Formula/igv.rb +++ b/Formula/igv.rb @@ -24,10 +24,7 @@ def install test do assert_match "Usage:", shell_output("#{bin}/igvtools") assert_match "org/broad/igv/ui/IGV.class", shell_output("#{Formula["openjdk"].bin}/jar tf #{libexec}/lib/igv.jar") - # Fails on Jenkins with Unhandled exception: java.awt.HeadlessException - unless ENV["CI"] - (testpath/"script").write "exit" - assert_match "Version", shell_output("#{bin}/igv -b script") - end + (testpath/"script").write "exit" + assert_match "Version", shell_output("#{bin}/igv -b script") end end