Enable CompressedTextureZeroInitTest on Win/Intel/Vulkan
This patch enables all the tests in CompressedTextureZeroInitTest on Windows/Intel/Vulkan after the upgrade of Dawn try bots. BUG=dawn:601 TEST=dawn_end2end_tests Change-Id: Ida4278ae50ef45b2347462be986e5490a921f988 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/36560 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
This commit is contained in:
parent
ad0bec6c96
commit
a84acc4fcc
|
@ -1654,8 +1654,6 @@ class CompressedTextureZeroInitTest : public TextureZeroInitTest {
|
|||
|
||||
DAWN_SKIP_TEST_IF(UsesWire());
|
||||
DAWN_SKIP_TEST_IF(!IsBCFormatSupported());
|
||||
// TODO: find out why this test is flaky on Windows Intel Vulkan bots.
|
||||
DAWN_SKIP_TEST_IF(IsIntel() && IsVulkan() && IsWindows());
|
||||
}
|
||||
|
||||
std::vector<const char*> GetRequiredExtensions() override {
|
||||
|
|
Loading…
Reference in New Issue