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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp

Issue 2738343002: Disable flaky test case in HTMLMediaElementEventListenersTest. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp
index 2d525dc9c88896bf2f6421657d4b35037d4b0716..208cadb91527c2b0a9da237a601a6412f33adf5b 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp
@@ -129,8 +129,9 @@ TEST_F(HTMLMediaElementEventListenersTest,
EXPECT_EQ(controls(), video()->mediaControls());
}
+// crbug.com/700207
TEST_F(HTMLMediaElementEventListenersTest,
- FullscreenDetectorTimerCancelledOnContextDestroy) {
+ DISABLED_FullscreenDetectorTimerCancelledOnContextDestroy) {
EXPECT_EQ(video(), nullptr);
document().body()->setInnerHTML("<body><video></video</body>");
video()->setSrc("http://example.com");
« 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