From 2aea9993261f5ed9bdf444bfcef9ccd3f925350e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 9 Nov 2025 01:45:07 -0500 Subject: [PATCH] test: check if uninstalling after deleting apps will cause tests to work again Not clear why they are suddenly failing, but lets switch this around for now. --- tests/unit/scheduler-k3s-2.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/scheduler-k3s-2.bats b/tests/unit/scheduler-k3s-2.bats index 978bfa531..325c0c286 100644 --- a/tests/unit/scheduler-k3s-2.bats +++ b/tests/unit/scheduler-k3s-2.bats @@ -5,8 +5,8 @@ load test_helper TEST_APP="rdmtestapp" setup() { - uninstall_k3s || true global_setup + uninstall_k3s || true dokku nginx:stop export KUBECONFIG="/etc/rancher/k3s/k3s.yaml" }