We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7408cdc commit a0dfd00Copy full SHA for a0dfd00
1 file changed
.github/workflows/sdk-e2e.yaml
@@ -298,6 +298,12 @@ jobs:
298
runs-on: warp-ubuntu-latest-x64-16x
299
timeout-minutes: 60
300
needs: android-build
301
+ # Temporarily disabled: the only enabled Android test
302
+ # (org.rgblightningnode.PaymentTest) currently hits the same RGB channel
303
+ # opening InvalidColoringInfo/PoisonError flake as the disabled Python
304
+ # RGB-channel scenarios. Keep android-build enabled and re-enable this
305
+ # job after the dedicated RGB openchannel follow-up fix.
306
+ if: ${{ false }}
307
strategy:
308
fail-fast: false
309
matrix:
0 commit comments