Skip to content

Commit ba8bde2

Browse files
committed
CI: Temporarily remove setting up gems from the instrumented tests job
As expected this job is currently failing, see below: :rubygems: Setting up Gems Using a8c-ci-cache as cache bucket No cache entry found for 'woocommerce-android-Darwin-arm64-libcmacos- 15.3.2-ruby3.2.2-xyz' Fetching bundler-2.5.20.gem ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory. 🚨 Error: The command exited with status 1 user command error: exit status 1 ------------------------------------------------------------------------ Anyway, executing 'gradlew' and the 'connectedDebugAndroidTest' directly, without setting up any Gems, or installing secrets should be enough for now and this phase of testing.
1 parent d155a89 commit ba8bde2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ steps:
1313

1414
- label: "Instrumented tests (ReviewsUITest)"
1515
command: |
16-
echo "--- :rubygems: Setting up Gems"
17-
install_gems
18-
19-
echo "--- :closed_lock_with_key: Installing Secrets"
20-
bundle exec fastlane run configure_apply
21-
2216
echo "--- 🧪 Testing"
2317
./gradlew :WooCommerce:connectedVanillaDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.woocommerce.android.e2e.tests.ui.ReviewsUITest
2418
plugins: [ $CI_TOOLKIT ]

0 commit comments

Comments
 (0)