[pigeon] Run tests on stable (#2683)

This commit is contained in:
Tarrin Neal
2022-10-12 09:33:26 -04:00
committed by GitHub
parent f6e8742e20
commit 18114e1552

View File

@ -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
###############################################################################