From 9250858c3e9690ba87cae127718a6a99abf681e6 Mon Sep 17 00:00:00 2001 From: Adithya Krishnan Kannan Date: Fri, 28 Jun 2024 18:27:56 -0500 Subject: [PATCH] tests: Stop trying to patch finalize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have not seen instances of the nydus snapshotter hanging on its deletion that we must patch its finalize. Let's just drop this line for now. Signed-Off-By: Adithya Krishnan Kannan Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/gha-run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index 71431fa439..3cc6441d17 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -556,7 +556,6 @@ function cleanup_nydus_snapshotter() { fi sleep 180s kubectl_retry delete --ignore-not-found -f "misc/snapshotter/nydus-snapshotter-rbac.yaml" - kubectl_retry get namespace nydus-system -o json | jq 'del(.spec.finalizers)' | kubectl_retry replace --raw "/api/v1/namespaces/nydus-system/finalize" -f - || true popd sleep 30s echo "::endgroup::"