[Test] Disable gcc10.2_openssl102 from portability tests (#33287)

b/283304471: Currently h2_ssl_cert_test failing under openssl102 so this
is being disabled temporarily until it's fixed.
pull/33292/head
Esun Kim 2 years ago committed by GitHub
parent ad4d495570
commit 931c6e31fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tools/run_tests/run_tests_matrix.py

@ -300,7 +300,11 @@ def _create_portability_test_jobs(extra_args=[],
# portability C and C++ on x64
for compiler in [
'gcc7', 'gcc10.2_openssl102', 'gcc12', 'gcc_musl', 'clang6',
'gcc7',
# 'gcc10.2_openssl102', // TODO(b/283304471): Enable this later
'gcc12',
'gcc_musl',
'clang6',
'clang15'
]:
test_jobs += _generate_jobs(languages=['c', 'c++'],

Loading…
Cancel
Save