Skip to content

Commit

Permalink
Fix CircleCI Android GTest Build (#44562)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44562

D56963463 deleted some tests for code it also deleted. This broke the Android GTest OSS build, which is a centralized list of these test files. Remove from there as well.

Changelog: [Internal]

Reviewed By: joevilches, realsoelynn

Differential Revision: D57299969

fbshipit-source-id: 1bf0b718ca5fcee03272dd0142f80ea2f8257902
  • Loading branch information
NickGerleman authored and facebook-github-bot committed May 13, 2024
1 parent 062205b commit 5a100ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,9 @@ add_executable(reactnative_unittest
${REACT_COMMON_DIR}/cxxreact/tests/RecoverableErrorTest.cpp
${REACT_COMMON_DIR}/react/bridging/tests/BridgingTest.cpp
${REACT_COMMON_DIR}/react/renderer/attributedstring/tests/AttributedStringBoxTest.cpp
${REACT_COMMON_DIR}/react/renderer/attributedstring/tests/AttributedStringTest.cpp
${REACT_COMMON_DIR}/react/renderer/attributedstring/tests/ParagraphAttributesTest.cpp
${REACT_COMMON_DIR}/react/renderer/attributedstring/tests/TextAttributesTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/image/tests/ImageTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/root/tests/RootShadowNodeTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/scrollview/tests/ScrollViewTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/text/tests/ParagraphLocalDataTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/text/tests/TextTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/view/tests/LayoutTest.cpp
${REACT_COMMON_DIR}/react/renderer/components/view/tests/ViewTest.cpp
${REACT_COMMON_DIR}/react/renderer/core/tests/DynamicPropsUtilitiesTest.cpp
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 5a100ae

Please sign in to comment.