Blacklist GrTestingBackendTextureUploadTest on MoltenVk.

TBR: jvanverth@google.com

Change-Id: I4c254fae30ee30bb4f84140f47cc69c9bfa1b8cd
Bug: skia:9247
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/226676
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2019-07-10 19:33:30 -04:00 committed by Skia Commit-Bot
parent c38cfa99a7
commit 4e9cde8632
2 changed files with 2 additions and 0 deletions

View File

@ -522,6 +522,7 @@
"~^AsyncReadPixels$",
"~^VkBackendAllocationTest$",
"~^ColorTypeBackendAllocationTest$",
"~^GrTestingBackendTextureUploadTest$",
"--nonativeFonts",
"--verbose"
],

View File

@ -740,6 +740,7 @@ def dm_flags(api, bot):
match.append('~^AsyncReadPixels$')
match.append('~^VkBackendAllocationTest$')
match.append('~^ColorTypeBackendAllocationTest$')
match.append('~^GrTestingBackendTextureUploadTest$')
if 'ANGLE' in bot:
# skia:7835