File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -519,8 +519,6 @@ pipeline {
519519 HADOOP_PROFILE = ' 3.0'
520520 // ErrorProne is broken on JDK11, see HBASE-23894
521521 SKIP_ERROR_PRONE = ' true'
522- // vote -0 on JDK11 unit failures until HBASE-22972
523- TESTS_FILTER = " ${ TESTS_FILTER} ,unit"
524522 }
525523 steps {
526524 // Must do prior to anything else, since if one of them timesout we'll stash the commentfile
Original file line number Diff line number Diff line change @@ -261,8 +261,6 @@ pipeline {
261261 SET_JAVA_HOME = '/usr/lib/jvm/java-11'
262262 HADOOP_PROFILE = '3.0'
263263 WORKDIR_REL = "${WORKDIR_REL_JDK11_HADOOP3_CHECK}"
264- // vote -0 on JDK11 unit failures until HBASE-22972
265- TESTS_FILTER = "${TESTS_FILTER},unit"
266264 // identical for all parallel stages
267265 WORKDIR = "${WORKSPACE}/${WORKDIR_REL}"
268266 YETUSDIR = "${WORKDIR}/${YETUS_REL}"
You can’t perform that action at this time.
0 commit comments