Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: remoting/test/chromoting_test_driver_tests.cc

Issue 1295533002: Separating the two tests into different executions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/test/chromoting_test_driver_tests.cc
diff --git a/remoting/test/chromoting_test_driver_tests.cc b/remoting/test/chromoting_test_driver_tests.cc
index 2216be64ac66dc143984a52585badcc94b3f7d9a..69bb4fdfcbafed02cd3cc07fca46ccad2e5891fa 100644
--- a/remoting/test/chromoting_test_driver_tests.cc
+++ b/remoting/test/chromoting_test_driver_tests.cc
@@ -58,8 +58,6 @@ TEST_F(ChromotingTestFixture, TestMeasureReconnectPerformance) {
protocol::ConnectionToHost::State::CONNECTED).InMilliseconds();
EXPECT_LE(authenticated_to_connected_time, kMaxTimeToConnectMs);
- connection_time_observer_->DisplayConnectionStats();
-
// Begin reconnection to same host.
connected = ConnectToHost(kPinBasedMaxConnectionTimeInSeconds);
EXPECT_TRUE(connected);

Powered by Google App Engine
This is Rietveld 408576698