Skip to content

Commit

Permalink
Re-enable embedder_unittests.
Browse files Browse the repository at this point in the history
This was disabled in #6798 waiting for
a Dart SDK patch to land dart-lang/sdk@e6d3a45
which has long since been addressed.
  • Loading branch information
chinmaygarde committed Jun 27, 2019
1 parent 185087a commit 0b52511
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testing/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ fi
# Switch to buildroot dir. Some tests assume paths relative to buildroot.
cd "$BUILDROOT_DIR"

# TODO(dnfield): Re-enable this when the upstream Dart changes that make it not be flaky land.
# $HOST_DIR/embedder_unittests
echo "Running embedder_unittests..."
"$HOST_DIR/embedder_unittests"

echo "Running flow_unittests..."
"$HOST_DIR/flow_unittests"

Expand Down

0 comments on commit 0b52511

Please sign in to comment.