diff --git a/scripts/test.sh b/scripts/test.sh index ae0d88cc734..020ae9b0ef0 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -8,7 +8,9 @@ else ROOT=$(dirname $(dirname $(readlink -f $0))) # --disable-dev-shm-usage: when run on docker containers where size of /dev/shm # partition < 64MB which causes OOM failure for chromium compositor that uses the partition for shared memory - LINUX_EXTRA_ARGS="--disable-dev-shm-usage" + # --- Start Positron --- + LINUX_EXTRA_ARGS="--disable-dev-shm-usage --no-sandbox" + # --- End Positron --- fi cd $ROOT