Skip to content

Commit 340e619

Browse files
authored
tools: disable inspector on macOS-shared to reduce flakiness
PR-URL: #60320 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 94cbb77 commit 340e619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
--arg ccache '(import <nixpkgs> {}).sccache' \
7979
--arg devTools '[]' \
8080
--arg benchmarkTools '[]' \
81+
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-inspector"]'' \' || '\' }}
8182
--run '
8283
make run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9 --skip-tests=$CI_SKIP_TESTS"
8384
'

0 commit comments

Comments
 (0)