We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa4bc4 commit 5fc32e6Copy full SHA for 5fc32e6
eng/helix/content/runtests.sh
@@ -38,8 +38,10 @@ else
38
fi
39
export InstallPlaywright="$installPlaywright"
40
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
+ if [[ "$helixQueue" != *"OSX"* ]]; then
+ echo "sudo apt-get install libdbus-glib-1-2"
43
+ sudo apt-get install libdbus-glib-1-2
44
+ fi
45
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
46
chmod +x $PLAYWRIGHT_DRIVER_PATH
47
echo "chmod +x $PLAYWRIGHT_NODE_PATH"
0 commit comments