Skip to content

Commit

Permalink
[pigeon] Run tests on stable (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrinneal authored Oct 12, 2022
1 parent f6e8742 commit 18114e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/pigeon/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
# exit when any command fails
set -e

# TODO(blasten): Enable on stable when possible.
# https://github.com/flutter/flutter/issues/75187
if [[ "$CHANNEL" == "stable" ]]; then
exit 0
fi

###############################################################################
# Variables
###############################################################################
Expand Down

0 comments on commit 18114e1

Please sign in to comment.