Skip to content

Commit

Permalink
test(apple): remove unused test suite (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Oct 2, 2024
1 parent 20ca146 commit c470e5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion example/Example-Tests.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ Pod::Spec.new do |s|
s.user_target_xcconfig = { 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' => '$(inherited)' }

s.source_files = 'ios/ExampleTests/**/*.{m,swift}'
s.osx.exclude_files = 'ios/ExampleTests/ReactNativePerformanceTests.m'
end
66 changes: 0 additions & 66 deletions example/ios/ExampleTests/ReactNativePerformanceTests.m

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/build/xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ if [[ $platform == ios/* ]]; then
else
destination='-destination "generic/platform=iOS Simulator"'
fi

skip_testing='-skip-testing:ReactTestAppTests/ReactNativePerformanceTests'
elif [[ $platform == macos/* ]]; then
destination=''
skip_testing=''
Expand All @@ -32,8 +30,6 @@ elif [[ $platform == visionos/* ]]; then
else
destination='-destination "generic/platform=visionOS Simulator"'
fi

skip_testing='-skip-testing:ReactTestAppTests/ReactNativePerformanceTests'
else
echo "Cannot detect platform: $workspace"
exit 1
Expand Down

0 comments on commit c470e5d

Please sign in to comment.