Omit failing test for IntelIris640 Ubuntu Vulkan.

Bug: skia:6245
Change-Id: Id5e0704f51537abf4ed2794d67ab8424a725e1bc
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/33801
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 3761cfd..f08133f 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -489,7 +489,8 @@
                   '~bitmapfilters', # skia:6132
                   '~GrContextFactory_abandon']) #skia:6209
 
-  if 'Vulkan' in bot and 'IntelIris540' in bot and api.vars.is_linux:
+  if ('Vulkan' in bot and api.vars.is_linux and
+      ('IntelIris540' in bot or 'IntelIris640' in bot)):
     match.extend(['~VkHeapTests']) # skia:6245
 
   if 'Vulkan' in bot and 'IntelIris540' in bot and 'Win' in bot: