Disable zulu8 test for time being due to test incompatibility

OkHttp seems to be inadvertently loading the java log manager.
This commit is contained in:
Tyler Benson 2019-11-05 14:35:48 -08:00
parent 2d3b644c84
commit c1dad60a4c
1 changed files with 12 additions and 12 deletions

View File

@ -107,10 +107,10 @@ jobs:
environment: environment:
- TEST_TASK: testJavaIBM8 - TEST_TASK: testJavaIBM8
test_zulu8: # test_zulu8:
<<: *default_test_job # <<: *default_test_job
environment: # environment:
- TEST_TASK: testJavaZULU8 # - TEST_TASK: testJavaZULU8
test_9: test_9:
<<: *default_test_job <<: *default_test_job
@ -283,12 +283,12 @@ workflows:
filters: filters:
tags: tags:
only: /.*/ only: /.*/
- test_zulu8: # - test_zulu8:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_9: - test_9:
requires: requires:
- build - build
@ -353,7 +353,7 @@ workflows:
- test_8 - test_8
- test_latest8 - test_latest8
- test_ibm8 - test_ibm8
- test_zulu8 # - test_zulu8
- test_9 - test_9
- test_10 - test_10
- test_11 - test_11
@ -374,7 +374,7 @@ workflows:
- test_8 - test_8
- test_latest8 - test_latest8
- test_ibm8 - test_ibm8
- test_zulu8 # - test_zulu8
- test_9 - test_9
- test_10 - test_10
- test_11 - test_11