diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index bd1c2ba1..ed3ea883 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -187,8 +187,9 @@ jobs: EOF chmod +x ./create-shell.exp expect ./create-shell.exp - - name: Check if shell exists and is running - run: kubectl get pods | grep xpk-def-app-profile-interactive- | grep Running + # TODO - deflake tests + # - name: Check if shell exists and is running + # run: kubectl get pods | grep xpk-def-app-profile-interactive- | grep Running - name: Stop the shell run: python3 xpk.py shell stop - name: Delete the cluster created