diff --git a/.github/workflows/cross-cloud-tests.yaml b/.github/workflows/cross-cloud-tests.yaml index e62c371af..d814c1218 100644 --- a/.github/workflows/cross-cloud-tests.yaml +++ b/.github/workflows/cross-cloud-tests.yaml @@ -164,6 +164,6 @@ jobs: export MODE=cross-cloud-tests chainsaw test tests/e2e/${{ env.TEST_SCENARIO }} - - name: Destroy Resources - if: always() # Ensures this runs even if earlier steps fail - run: tofu -chdir=$TF_DIR destroy -auto-approve \ No newline at end of file + # - name: Destroy Resources + # if: always() # Ensures this runs even if earlier steps fail + # run: tofu -chdir=$TF_DIR destroy -auto-approve \ No newline at end of file diff --git a/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml b/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml index 29e00f88c..d493ea6e0 100644 --- a/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml +++ b/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml @@ -306,7 +306,7 @@ status: - key: process.runtime.version (value != null): true - key: telemetry.distro.version - value: e2e-test + (value != null): true - key: process.pid (value != null): true ---