Skip to content

Commit 4b7e74e

Browse files
committed
test: Suppress one failing test introduced by new tests
1 parent f623cd6 commit 4b7e74e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/react-native-executorch/common/rnexecutorch/tests/integration/TextToSpeechTest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
#include <rnexecutorch/Error.h>
66
#include <rnexecutorch/models/text_to_speech/kokoro/Kokoro.h>
77

8+
// CommonModelTest is not instantiated in this translation unit
9+
namespace rnexecutorch::model_tests {
10+
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(CommonModelTest);
11+
} // namespace rnexecutorch::model_tests
12+
813
using namespace rnexecutorch;
914
using namespace rnexecutorch::models::text_to_speech::kokoro;
1015

0 commit comments

Comments
 (0)