Skip to content

Commit 03b0347

Browse files
committed
tools: disable inspector on macOS-shared to reduce flakiness
PR-URL: #60320 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent ffec592 commit 03b0347

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)