Skip to content

Commit bc86ae4

Browse files
infra: don't run tests for chronos changes
To avoid PRs being blocked by failing tests, as they will be non-related. Ref: #14194
1 parent a5b601d commit bc86ae4

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
@@ -435,6 +435,7 @@ def run_nonbuild_tests(parallel):
435435
'--ignore-glob=infra/build/*',
436436
'--ignore-glob=projects/*',
437437
'--ignore-glob=infra/experimental/contrib/*',
438+
'--ignore-glob=infra/experimental/chronos/*',
438439
]
439440
if parallel:
440441
command.extend(['-n', 'auto'])

0 commit comments

Comments
 (0)