From 9944b3c74db066abc7e2fb6f780ebcbea49f3117 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Fri, 28 Oct 2022 18:18:41 -0700 Subject: [PATCH] And on the static target for realsies this time --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d0417..c4bb11f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,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 name: test-${{ matrix.test_name }} runs-on: ${{ matrix.os }}