Commit 65d9e188 authored by ivoc's avatar ivoc Committed by Commit bot

Temporarily disable WebRTC Event log API tests.

These tests should be disabled until the EventLog functionality is updated to use the upcoming new API.

BUG=webrtc:4741

Review-Url: https://codereview.chromium.org/2115503002
Cr-Commit-Position: refs/heads/master@{#403437}
parent a54a0500
...@@ -107,7 +107,9 @@ class WebrtcEventLogApiTest : public WebRtcTestBase { ...@@ -107,7 +107,9 @@ class WebrtcEventLogApiTest : public WebRtcTestBase {
} // namespace } // 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()); ASSERT_TRUE(embedded_test_server()->Start());
content::WebContents* left_tab = content::WebContents* left_tab =
...@@ -198,8 +200,9 @@ IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest, TestStartStopWebRtcEventLogging) { ...@@ -198,8 +200,9 @@ IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest, TestStartStopWebRtcEventLogging) {
base::DeleteFile(full_file_name, false); base::DeleteFile(full_file_name, false);
} }
// TODO(ivoc): Reenable when the event log functionality in Chrome is updated.
IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest, IN_PROC_BROWSER_TEST_F(WebrtcEventLogApiTest,
TestStartTimedWebRtcEventLogging) { DISABLED_TestStartTimedWebRtcEventLogging) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
content::WebContents* left_tab = content::WebContents* left_tab =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment