Disable GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes

This commit is contained in:
Tom Finegan 2022-10-28 18:12:21 -07:00
parent c8d35054e0
commit c867a3fb5c

View File

@ -233,7 +233,8 @@ jobs:
-DDRACO_TESTS=ON \
-DDRACO_TRANSCODER_SUPPORTED=ON
cmake_build_command: cmake --build . -- -j2
draco_test_command: ./draco_tests
# TODO(https://github.com/google/draco/issues/938): Flaking on this target.
draco_test_command: ./draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes
- test_name: windows-make-release-static
os: windows-2019