Skip to content

Commit dae094e

Browse files
authored
chore: disable mtls showcase tests (#1219)
The mtls showcase_mtls and showcase_mtls_alternative_templates tests have started timing out in CI and are blocking PRs. Disable them until further notice. See #1218 for details.
1 parent 868d8d5 commit dae094e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/gapic-generator/.github/sync-repo-settings.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ branchProtectionRules:
1010
- 'mypy'
1111
- 'showcase (showcase)'
1212
- 'showcase (showcase_alternative_templates)'
13-
- 'showcase-mtls (showcase_mtls)'
14-
- 'showcase-mtls (showcase_mtls_alternative_templates)'
13+
# TODO(dovs): reenable these when the mtls tests have been debugged and fixed
14+
# See #1218 for details
15+
# - 'showcase-mtls (showcase_mtls)'
16+
# - 'showcase-mtls (showcase_mtls_alternative_templates)'
1517
- 'showcase-mypy'
1618
- 'showcase-mypy (_alternative_templates)'
1719
- 'showcase-unit (3.6)'

packages/gapic-generator/.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Run showcase tests.
8282
run: nox -s ${{ matrix.target }}
8383
showcase-mtls:
84+
if: ${{ false }} # TODO(dovs): reenable when #1218 is fixed
8485
strategy:
8586
matrix:
8687
target: [showcase_mtls, showcase_mtls_alternative_templates]

0 commit comments

Comments
 (0)