Commit 3fc1564b authored by Charlie Andrews's avatar Charlie Andrews Committed by Commit Bot

e# Enter a description of the change.

Disable flaky smoothness.tough_texture_cases story on Android One

TBR=vmiura@chromium.org, nednguyen@google.com

Bug: 795060
Change-Id: I9dbaa1e3563b60ad95f20f4ee18935637ee09925
Reviewed-on: https://chromium-review.googlesource.com/827530Reviewed-by: default avatarCharlie Andrews <charliea@chromium.org>
Commit-Queue: Charlie Andrews <charliea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524192}
parent 50b30da0
......@@ -772,7 +772,10 @@ class SmoothnessToughTextureUploadCases(_Smoothness):
def GetExpectations(self):
class StoryExpectations(story_module.expectations.StoryExpectations):
pass # Nothing.
def SetExpectations(self):
self.DisableStory('extra_large_texture_uploads.html',
[story_module.expectations.ANDROID_ONE],
'crbug.com/795060')
return StoryExpectations()
......
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