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

Unified Diff: chrome/browser/extensions/api/webrtc_logging_private/webrtc_event_log_apitest.cc

Issue 2115503002: Temporarily disable WebRTC Event log API tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: chrome/browser/extensions/api/webrtc_logging_private/webrtc_event_log_apitest.cc
diff --git a/chrome/browser/extensions/api/webrtc_logging_private/webrtc_event_log_apitest.cc b/chrome/browser/extensions/api/webrtc_logging_private/webrtc_event_log_apitest.cc
index 7b5a2bbfda8911ae6b55d8c45934f2c697fd2d95..df04767c80b4ce795de6b068d0b481c385830aa9 100644
--- a/chrome/browser/extensions/api/webrtc_logging_private/webrtc_event_log_apitest.cc
+++ b/chrome/browser/extensions/api/webrtc_logging_private/webrtc_event_log_apitest.cc
@@ -107,7 +107,9 @@ class WebrtcEventLogApiTest : public WebRtcTestBase {
} // namespace
-IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest, TestStartStopWebRtcEventLogging) {
+// TODO(ivoc): Reenable when the event log functionality in Chrome is updated.
+IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest,
+ DISABLED_TestStartStopWebRtcEventLogging) {
ASSERT_TRUE(embedded_test_server()->Start());
content::WebContents* left_tab =
@@ -198,8 +200,9 @@ IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest, TestStartStopWebRtcEventLogging) {
base::DeleteFile(full_file_name, false);
}
+// TODO(ivoc): Reenable when the event log functionality in Chrome is updated.
IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest,
- TestStartTimedWebRtcEventLogging) {
+ DISABLED_TestStartTimedWebRtcEventLogging) {
ASSERT_TRUE(embedded_test_server()->Start());
content::WebContents* left_tab =
« 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