Exclude PromiseImageTextureReuseDifferentConfig from Metal bots

TBR=robertphillips@google.com

Change-Id: I4729364745cfe216423948df4a9f209a8d987059
Reviewed-on: https://skia-review.googlesource.com/c/184740
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/infra/bots/recipes/test.expected/Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal.json b/infra/bots/recipes/test.expected/Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal.json
index 9726e68..be27211 100644
--- a/infra/bots/recipes/test.expected/Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal.json
+++ b/infra/bots/recipes/test.expected/Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal.json
@@ -499,6 +499,7 @@
       "~^InitialTextureClear$",
       "~^PromiseImageTest$",
       "~^PromiseImageTextureReuse$",
+      "~^PromiseImageTextureReuseDifferentConfig$",
       "~^ResourceAllocatorTest$",
       "~^RGB565TextureTest$",
       "~^RGBA4444TextureTest$",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 32507e0..a82b6d6 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -767,6 +767,7 @@
     match.append('~^InitialTextureClear$')
     match.append('~^PromiseImageTest$')
     match.append('~^PromiseImageTextureReuse$')
+    match.append('~^PromiseImageTextureReuseDifferentConfig$')
     match.append('~^ResourceAllocatorTest$')
     match.append('~^RGB565TextureTest$')
     match.append('~^RGBA4444TextureTest$')