Skip SamplerFilterAnisotropicTest.SlantedPlaneMipmap on OpenGL ES.

Bug: dawn:648
Change-Id: I2f9c110bbe0041c881362cb2a40c4cdcf9b7b6af
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38822
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
Stephen White 2021-01-26 15:45:11 +00:00 committed by Commit Bot service account
parent 032500baa3
commit 8f0e6ce926
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class SamplerFilterAnisotropicTest : public DawnTest {
};
TEST_P(SamplerFilterAnisotropicTest, SlantedPlaneMipmap) {
DAWN_SKIP_TEST_IF(IsOpenGL());
DAWN_SKIP_TEST_IF(IsOpenGL() || IsOpenGLES());
const uint16_t maxAnisotropyLists[] = {1, 2, 16, 128};
for (uint16_t t : maxAnisotropyLists) {
TestFilterAnisotropic(t);