Skip GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes in MSVC configs.

This commit is contained in:
Tom Finegan 2022-10-28 18:30:47 -07:00
parent 9944b3c74d
commit 11daca9143

View File

@ -189,7 +189,8 @@ jobs:
-DDRACO_TESTS=ON \
-DDRACO_TRANSCODER_SUPPORTED=ON
cmake_build_command: cmake --build . --config Release -- -m:2
draco_test_command: Release/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-msvc-release-static
os: windows-2019
@ -209,7 +210,8 @@ jobs:
-DDRACO_TESTS=ON \
-DDRACO_TRANSCODER_SUPPORTED=ON
cmake_build_command: cmake --build . --config Release -- -m:2
draco_test_command: Release/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-shared
os: windows-2019