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

Unified Diff: remoting/protocol/connection_unittest.cc

Issue 2659823003: Disable ConnectionTest.Audio (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_unittest.cc
diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
index f2a48ef768c480a72cb95684a6d3cb1f7726f2cd..5fcdc508ebdd4dde3604fdeed01bf8bf5771110b 100644
--- a/remoting/protocol/connection_unittest.cc
+++ b/remoting/protocol/connection_unittest.cc
@@ -619,7 +619,8 @@ TEST_P(ConnectionTest, VideoStats) {
EXPECT_LE(stats.client_stats.time_rendered, finish_time);
}
-TEST_P(ConnectionTest, Audio) {
+// Disabling due to failures after WebRTC roll http://crbug.com/685910
+TEST_P(ConnectionTest, DISABLED_Audio) {
Connect();
std::unique_ptr<AudioStream> audio_stream =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698