testing/java-jtreg: disable

The download source returns 500 errors constantly, preventing the builders from
properly building this package.
This commit is contained in:
Kevin Daudt 2019-05-12 19:45:01 +00:00
parent bef18686e2
commit d7dcd2ec89
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ pkgver=${_pkgver/-b/.}
pkgrel=0
pkgdesc="The AsmTools open source project is used to develop tools for the production of proper and improper Java '.class' files"
url="http://hg.openjdk.java.net/code-tools/asmtools"
arch="noarch"
arch="" # Download source is unstable
license="GPL-2.0"
makedepends="openjdk8"
options="!check" # this package has no tests

View File

@ -5,7 +5,7 @@ pkgver=5.0
pkgrel=0
pkgdesc="The JT harness is a general purpose, fully-featured, flexible, and configurable test harness"
url="http://hg.openjdk.java.net/code-tools/jtharness"
arch="noarch"
arch="" # Download source is unstable
license="GPL-2.0"
makedepends="openjdk8"
options="!check" # this package has no tests

View File

@ -6,7 +6,7 @@ pkgver=${_pkgver/-/.}
pkgrel=0
pkgdesc="jtreg is the test harness used by the JDK test framework"
url="http://hg.openjdk.java.net/code-tools/jtreg"
arch="noarch"
arch="" # Download source is unstable
license="GPL-2.0"
depends="java-jtharness java-asmtools"
makedepends="openjdk8 zip"