Index: tools/nanobench_flags.py |
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py |
index f11ea1f0f1f936965f273ab3c524de925c87399a..86d720356de3a42a7a3efd79c5afe02809422f51 100755 |
--- a/tools/nanobench_flags.py |
+++ b/tools/nanobench_flags.py |
@@ -69,6 +69,8 @@ def get_args(bot): |
match.append('~desk_unicodetable') |
if 'GalaxyS4' in bot: |
match.append('~GLInstancedArraysBench') # skia:4371 |
+ # skia:4373 |
+ match.extend(['~GLVertexAttributesBench', '~GLVec4ScalarBench']) |
if 'iOS' in bot: |
match.append('~blurroundrect') |