Remove QueueWriteBufferTests.ManyWriteBuffer on Intel Vulkan

This issue has been fixed in the Mesa version that's on the bots.

TBR=enga@chromium.org
Bug: chromium:980737
Change-Id: I5e6ec58344fb065c12ba0ca6a3cad1468dd7df11
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38520
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-01-22 10:13:07 +00:00 committed by Commit Bot service account
parent 310d86f4a0
commit 7479128589
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ TEST_P(QueueWriteBufferTests, ManyWriteBuffer) {
// fails the test. Since GPUs may or may not complete by then, this test must be disabled OR // fails the test. Since GPUs may or may not complete by then, this test must be disabled OR
// modified to be well-below the timeout limit. // modified to be well-below the timeout limit.
// TODO (jiawei.shao@intel.com): find out why this test fails on Intel Vulkan Linux bots.
DAWN_SKIP_TEST_IF(IsIntel() && IsVulkan() && IsLinux());
// TODO(https://bugs.chromium.org/p/dawn/issues/detail?id=228): Re-enable // TODO(https://bugs.chromium.org/p/dawn/issues/detail?id=228): Re-enable
// once the issue with Metal on 10.14.6 is fixed. // once the issue with Metal on 10.14.6 is fixed.
DAWN_SKIP_TEST_IF(IsMacOS() && IsIntel() && IsMetal()); DAWN_SKIP_TEST_IF(IsMacOS() && IsIntel() && IsMetal());