Commit 3212ece4 authored by Adrienne Walker's avatar Adrienne Walker Committed by Commit Bot

Disable LayerTreeHostTestQueueImageDecodeNonLazy.RunSingleThread

Temporarily until the underlying cause is fixed.

Bug: 902644
Change-Id: I29715b17af02e48a79319f61c1a32617dc872763
Reviewed-on: https://chromium-review.googlesource.com/c/1323797Reviewed-by: default avatardanakj <danakj@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606125}
parent 253399c3
...@@ -8398,7 +8398,8 @@ class LayerTreeHostTestQueueImageDecodeNonLazy : public LayerTreeHostTest { ...@@ -8398,7 +8398,8 @@ class LayerTreeHostTestQueueImageDecodeNonLazy : public LayerTreeHostTest {
SkBitmap bitmap_; SkBitmap bitmap_;
}; };
SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestQueueImageDecodeNonLazy); // TODO(enne): single thread disabled until http://crbug.com/902644 is fixed
MULTI_THREAD_TEST_F(LayerTreeHostTestQueueImageDecodeNonLazy);
class LayerTreeHostTestHudLayerWithLayerLists : public LayerTreeHostTest { class LayerTreeHostTestHudLayerWithLayerLists : public LayerTreeHostTest {
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