Disable copy test failing on Intel Linux.
BUG=dawn:101 TEST=dawn_end2end_tests Change-Id: Ib2eefeabc1a4e5326dcf7e1ba085e8cf979f4d3a Reviewed-on: https://dawn-review.googlesource.com/c/4400 Reviewed-by: Bryan Bernhart <bryan.bernhart@intel.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
parent
96e1911b0b
commit
01a3e9b638
|
@ -396,6 +396,8 @@ TEST_P(CopyTests_T2B, Texture2DArrayRegion) {
|
|||
|
||||
// Test that copying texture 2D array mips with 256-byte aligned sizes works
|
||||
TEST_P(CopyTests_T2B, Texture2DArrayMip) {
|
||||
// TODO(b-brber): Figure out why this test fails on Intel Linux.
|
||||
DAWN_SKIP_TEST_IF(IsVulkan() && IsIntel());
|
||||
constexpr uint32_t kWidth = 256;
|
||||
constexpr uint32_t kHeight = 128;
|
||||
constexpr uint32_t kLayers = 6u;
|
||||
|
|
Loading…
Reference in New Issue