Skip to content

Commit 1a9994b

Browse files
committed
[LOCAL] similar to #42306, ignore test
1 parent a4d66b8 commit 1a9994b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react-native/ReactCommon/react/renderer/templateprocessor/tests/UITemplateProcessorTest.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8+
#if RN_DEBUG_STRING_CONVERTIBLE
9+
810
#include <exception>
911

1012
#include <glog/logging.h>
@@ -164,3 +166,5 @@ TEST(UITemplateProcessorTest, testConditionalBytecode) {
164166
root2->getChildren().at(0)->getProps());
165167
ASSERT_STREQ(child_props2->testId.c_str(), "cond_false");
166168
}
169+
170+
#endif

0 commit comments

Comments
 (0)