From 1c791b5a3f763e5b3d8692b5a25124547d1801ec Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 8 Nov 2018 11:09:07 -0800 Subject: [PATCH] disable embedder_unittests --- testing/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/run_tests.sh b/testing/run_tests.sh index 82090afbfea63..38fcaf7ba6ee0 100755 --- a/testing/run_tests.sh +++ b/testing/run_tests.sh @@ -2,7 +2,8 @@ set -o pipefail -e; -out/host_debug_unopt/embedder_unittests +# TODO(dnfield): Re-enable this when the upstream Dart changes that make it not be flaky land. +# out/host_debug_unopt/embedder_unittests out/host_debug_unopt/flow_unittests out/host_debug_unopt/fml_unittests --gtest_filter="-*TimeSensitiveTest*" out/host_debug_unopt/runtime_unittests