From 474a63e42566caa0632079bc4658583a27324509 Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 24 Nov 2025 22:04:12 -0800 Subject: [PATCH] disable --- .github/workflows/spark-integration-tests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index 1f5e97d9a..5de0dd98a 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -141,10 +141,14 @@ jobs: fail-on-error: true # ======================================== - # SPARK EXAMPLE (HOST-BASED) + # SPARK EXAMPLE (HOST-BASED) - DISABLED + # Note: Host-based example doesn't work with Docker networking + # because master returns Docker hostnames (seaweedfs-volume) + # which are not resolvable from the host. + # The Docker-based tests above are sufficient. # ======================================== - name: Cache Apache Spark - if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' + if: false && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') id: cache-spark uses: actions/cache@v4 with: