Skip to content

Commit 03bf6c2

Browse files
committed
Skip libdus-glib on osx
1 parent 91bf723 commit 03bf6c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eng/helix/content/runtests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ else
3838
fi
3939
export InstallPlaywright="$installPlaywright"
4040
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
41-
echo "sudo apt-get install libdbus-glib-1-2"
42-
sudo apt-get install libdbus-glib-1-2
41+
if [[ "$helixQueue" != *"OSX"* ]]; then
42+
echo "sudo apt-get install libdbus-glib-1-2"
43+
sudo apt-get install libdbus-glib-1-2
44+
fi
4345
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
4446
chmod +x $PLAYWRIGHT_DRIVER_PATH
4547
echo "chmod +x $PLAYWRIGHT_NODE_PATH"

0 commit comments

Comments
 (0)