Commit 8bf8e0bd authored by Per's avatar Per

Disable LayerTreeHostTestDeferCommits since it is flaky on Win.

Sorry if I disabled too many tests...

BUG=453787
TBR=danakj@chromium.org

Review URL: https://codereview.chromium.org/864313004

Cr-Commit-Position: refs/heads/master@{#313913}
parent bd9087b7
...@@ -2076,7 +2076,10 @@ class LayerTreeHostTestDeferCommits : public LayerTreeHostTest { ...@@ -2076,7 +2076,10 @@ class LayerTreeHostTestDeferCommits : public LayerTreeHostTest {
int num_send_begin_main_frame_; int num_send_begin_main_frame_;
}; };
#if !defined(OS_WIN)
// Flaky on Win: crbug/453787.
SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestDeferCommits); SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestDeferCommits);
#endif
class LayerTreeHostWithProxy : public LayerTreeHost { class LayerTreeHostWithProxy : public LayerTreeHost {
public: public:
......
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