Skip to content

Commit 211c3eb

Browse files
authored
Don't run tests in infra/experimental/contrib (#14195)
#13897
1 parent 47ad47a commit 211c3eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/presubmit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ def run_nonbuild_tests(parallel):
434434
'--ignore-glob=infra/base-images/base-builder/indexer/*',
435435
'--ignore-glob=infra/build/*',
436436
'--ignore-glob=projects/*',
437+
'--ignore-glob=infra/experimental/contrib/*',
437438
]
438439
if parallel:
439440
command.extend(['-n', 'auto'])

0 commit comments

Comments
 (0)