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:
Bryan Bernhart 2019-02-07 00:42:41 +00:00 committed by Commit Bot service account
parent 96e1911b0b
commit 01a3e9b638
1 changed files with 2 additions and 0 deletions

View File

@ -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;