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.
This commit is contained in:
Jose Diaz-Gonzalez
2025-11-09 01:45:07 -05:00
parent 00ce3932d0
commit 2aea999326

View File

@@ -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"
}