From 8e402bc4c586e381248ad007466f3cecff66f5de Mon Sep 17 00:00:00 2001 From: Austin Eng Date: Thu, 12 Aug 2021 15:16:14 +0000 Subject: [PATCH] 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 Auto-Submit: Austin Eng Reviewed-by: Jiawei Shao --- src/tests/end2end/CopyTextureForBrowserTests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/end2end/CopyTextureForBrowserTests.cpp b/src/tests/end2end/CopyTextureForBrowserTests.cpp index 0b8e497de4..f5475b039e 100644 --- a/src/tests/end2end/CopyTextureForBrowserTests.cpp +++ b/src/tests/end2end/CopyTextureForBrowserTests.cpp @@ -480,6 +480,9 @@ TEST_P(CopyTextureForBrowserTests, VerifyCopyOnYDirection) { } 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 kHeight = 999;