Suppress PolyfillBuiltinSimpleTests.BoolVectorDynamicIndexStore on Win Intel Vulkan

Bug: 556809584
Change-Id: If01cda833613a4d82d4b8a187afc7ead7aa94931
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/339455
Reviewed-by: Natalie Chouinard <chouinard@google.com>
Auto-Submit: Shrek Shao <shrekshao@google.com>
Commit-Queue: Shrek Shao <shrekshao@google.com>
diff --git a/src/dawn/tests/end2end/PolyfillBuiltinSimpleTests.cpp b/src/dawn/tests/end2end/PolyfillBuiltinSimpleTests.cpp
index 1691021..3acf427 100644
--- a/src/dawn/tests/end2end/PolyfillBuiltinSimpleTests.cpp
+++ b/src/dawn/tests/end2end/PolyfillBuiltinSimpleTests.cpp
@@ -471,6 +471,9 @@
 // Test dynamic indexing into a boolean vector. This is a minimal reproducer for a suspected driver
 // bug on Intel Mac (crbug.com/540789158).
 TEST_P(PolyfillBuiltinSimpleTests, BoolVectorDynamicIndexStore) {
+    // TODO(crbug.com/556809584): Driver crash on Intel Windows Vulkan.
+    DAWN_SUPPRESS_TEST_IF(IsWindows() && IsIntel() && IsVulkan());
+
     // Initial v is <true, true, true>.
     std::string shader = R"(
         struct Input {