Skip to content

Commit c470e5d

Browse files
authored
test(apple): remove unused test suite (#2268)
1 parent 20ca146 commit c470e5d

File tree

3 files changed

+0
-71
lines changed

3 files changed

+0
-71
lines changed

example/Example-Tests.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ Pod::Spec.new do |s|
2222
s.user_target_xcconfig = { 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' => '$(inherited)' }
2323

2424
s.source_files = 'ios/ExampleTests/**/*.{m,swift}'
25-
s.osx.exclude_files = 'ios/ExampleTests/ReactNativePerformanceTests.m'
2625
end

example/ios/ExampleTests/ReactNativePerformanceTests.m

Lines changed: 0 additions & 66 deletions
This file was deleted.

scripts/build/xcodebuild.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ if [[ $platform == ios/* ]]; then
1717
else
1818
destination='-destination "generic/platform=iOS Simulator"'
1919
fi
20-
21-
skip_testing='-skip-testing:ReactTestAppTests/ReactNativePerformanceTests'
2220
elif [[ $platform == macos/* ]]; then
2321
destination=''
2422
skip_testing=''
@@ -32,8 +30,6 @@ elif [[ $platform == visionos/* ]]; then
3230
else
3331
destination='-destination "generic/platform=visionOS Simulator"'
3432
fi
35-
36-
skip_testing='-skip-testing:ReactTestAppTests/ReactNativePerformanceTests'
3733
else
3834
echo "Cannot detect platform: $workspace"
3935
exit 1

0 commit comments

Comments
 (0)