Remove smudging workarounds.

This commit is contained in:
Doug
2023-10-13 15:10:27 +01:00
committed by Doug
parent c65333d26f
commit 0fd5e0de3e
3 changed files with 0 additions and 12 deletions

View File

@@ -76,9 +76,6 @@ lane :alpha do
end
lane :unit_tests do
# Xcode fails to check out Compound snapshots. We don't need them so skip smudging.
ENV["GIT_LFS_SKIP_SMUDGE"] = "true"
run_tests(
scheme: "UnitTests",
device: 'iPhone 14 (16.4)',
@@ -96,9 +93,6 @@ lane :unit_tests do
end
lane :ui_tests do |options|
# Xcode fails to check out Compound snapshots. We don't need them so skip smudging.
ENV["GIT_LFS_SKIP_SMUDGE"] = "true"
# Use a fresh simulator state to ensure hardware keyboard isn't attached.
reset_simulator_contents()
@@ -142,9 +136,6 @@ end
lane :integration_tests do
# Xcode fails to check out Compound snapshots. We don't need them so skip smudging.
ENV["GIT_LFS_SKIP_SMUDGE"] = "true"
clear_derived_data()
create_simulator_if_necessary(