diff options
-rw-r--r-- | infra/bots/recipe_modules/sktest/api.py | 4 | ||||
-rw-r--r-- | infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py index 70293a616c..22cfeeeaaf 100644 --- a/infra/bots/recipe_modules/sktest/api.py +++ b/infra/bots/recipe_modules/sktest/api.py @@ -403,10 +403,6 @@ def dm_flags(bot): '~bitmapfilters', # skia:6132 '~GrContextFactory_abandon']) #skia:6209 - if 'Vulkan' in bot and 'GTX1070' in bot and 'Win' in bot: - # skia:6092 - match.append('~GPUMemorySize') - if 'Vulkan' in bot and 'IntelIris540' in bot and 'Ubuntu' in bot: match.extend(['~VkHeapTests']) # skia:6245 diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json index 860cb6d735..7e2c449308 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json @@ -369,9 +369,7 @@ "_", "image", "_", - ".SRW", - "--match", - "~GPUMemorySize" + ".SRW" ], "env": { "BUILDTYPE": "Debug_x64", |