Skip to content

Commit

Permalink
Review Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gspencergoog committed May 20, 2024
1 parent 25e9825 commit 4d48cb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/verify_tests_on_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ else
# Put Flutter at the start of the PATH because the OS image may contain
# another version of Flutter.
export PATH="$FLUTTER_DIR/bin:$FLUTTER_DIR/bin/cache/dart-sdk/bin:$PATH"

# In CI, run the tests a bunch of times to try to find flakes (tests that
# sometimes pass even though they should be failing).
REPEAT=${REPEAT:-15}
fi

(cd "$FLUTTER_DIR/dev/customer_testing" && "$FLUTTER_DIR/bin/dart" pub get)

# Now run the tests a bunch of times to try to find flakes (tests that sometimes pass
# even though they should be failing).
"$FLUTTER_DIR/bin/dart" "$FLUTTER_DIR/dev/customer_testing/run_tests.dart" \
--shards "$SHARDS" --shard-index "$SHARD_INDEX" --skip-template --repeat="$REPEAT" \
--verbose "${TESTS[@]}"

0 comments on commit 4d48cb3

Please sign in to comment.