diff --git a/boxes/bootstrap.sh b/boxes/bootstrap.sh index 2b370cb8484d..96282757ef7f 100755 --- a/boxes/bootstrap.sh +++ b/boxes/bootstrap.sh @@ -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