Skip to content

Commit

Permalink
enable tests on jdk8 arm32 (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Aug 12, 2020
1 parent 3158cbb commit f3c77f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ class Config8 {
arm32Linux : [
os : 'linux',
arch: 'arm',
// TODO Temporarily remove the ARM tests because we don't have fast enough hardware
//test : ['sanity.openjdk']
test: false
test : ['sanity.openjdk']
],

aarch64Linux : [
Expand Down

0 comments on commit f3c77f0

Please sign in to comment.