Skip to content

Commit

Permalink
disable sandbox for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Dec 17, 2024
1 parent 848e954 commit 2dccec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dccec5

Please sign in to comment.