Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip test and add TODO
  • Loading branch information
Emmanuel Garcia committed Feb 2, 2021
commit 318e04ca845f5724a11f1e36bd815a8c293f1fcb
6 changes: 6 additions & 0 deletions packages/pigeon/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
# exit when any command fails
set -ex

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

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