From d58784b07c050bf037eedb9c5fc7a7eff77aa842 Mon Sep 17 00:00:00 2001 From: pawloch00 Date: Fri, 20 Dec 2024 11:11:43 +0100 Subject: [PATCH] comment flaky tests (#303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Pawłowski --- .github/workflows/build_tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index ea51c6a7..df91fd17 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -188,8 +188,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