Skip to content

Commit

Permalink
fix: skip vite browser test until #11874 (#11876)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Feb 10, 2025
1 parent b883911 commit e1adf23
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit e1adf23

Please sign in to comment.