Blacklist ReplaceSurfaceBackendTexture on all Nexus5x Vulkan bots

Change-Id: I0ba164827ea4acc24e11d72899ea02e9824babe3
Bug: skia:9124
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/215643
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 3899a2b..fc83214 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -233,7 +233,7 @@
       blacklist(['_', 'gm', '_', 'savelayer_clipmask'])
 
     # skbug.com/9124
-    if 'GPU' in bot and 'Nexus5x' in bot and "Vulkan" in bot and 'Release' in bot:
+    if 'GPU' in bot and 'Nexus5x' in bot and "Vulkan" in bot:
       blacklist(['_', 'test', '_', 'ReplaceSurfaceBackendTexture'])