Index: mojo/apps/js/test/run_apps_js_tests.cc |
diff --git a/mojo/apps/js/test/run_apps_js_tests.cc b/mojo/apps/js/test/run_apps_js_tests.cc |
index ade8c2665fcb0df7ea3b07b48faf29ffdb238f23..3d27e47c9c14f688e246bed3eef84f858e4a8d12 100644 |
--- a/mojo/apps/js/test/run_apps_js_tests.cc |
+++ b/mojo/apps/js/test/run_apps_js_tests.cc |
@@ -65,7 +65,7 @@ TEST(JSTest, MAYBE_sample_test) { |
#define MAYBE_connection connection |
#endif |
TEST(JSTest, MAYBE_connection) { |
- RunTest("connection_unittests.js", true); |
+ RunTest("connection_unittests.js", false); |
} |
TEST(JSTest, monotonic_clock) { |