Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion boxes/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ function test {

function test_cmds {
for browser in chromium webkit; do
for box in vanilla react vite; do
# TODO(#11874): reinstate once fixed, failing since b33f1da9
#for box in vanilla react vite; do
for box in vanilla react; do
echo "boxes/scripts/run_test.sh $box $browser"
done
done
Expand Down
Loading