Suppress flaky CopyTextureForBrowserTest on Win Vulkan Intel

Bug: dawn:1070
Change-Id: Ic5dc1b334e4b006594ee950bf508057361e821bd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/61720
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: Austin Eng <enga@chromium.org>
Reviewed-by: Jiawei Shao <jiawei.shao@intel.com>
This commit is contained in:
Austin Eng 2021-08-12 15:16:14 +00:00 committed by Dawn LUCI CQ
parent eda73e3c4e
commit 8e402bc4c5
1 changed files with 3 additions and 0 deletions

View File

@ -480,6 +480,9 @@ TEST_P(CopyTextureForBrowserTests, VerifyCopyOnYDirection) {
} }
TEST_P(CopyTextureForBrowserTests, VerifyCopyFromLargeTexture) { TEST_P(CopyTextureForBrowserTests, VerifyCopyFromLargeTexture) {
// TODO(crbug.com/dawn/1070): Flaky VK_DEVICE_LOST
DAWN_SUPPRESS_TEST_IF(IsWindows() && IsVulkan() && IsIntel());
constexpr uint32_t kWidth = 899; constexpr uint32_t kWidth = 899;
constexpr uint32_t kHeight = 999; constexpr uint32_t kHeight = 999;