This commit is contained in:
erabii
2023-10-07 16:52:41 +03:00
committed by GitHub
parent 009c84c5f4
commit aeea8ccb59

View File

@@ -91,6 +91,7 @@ class Fabric8IstioIT {
@AfterAll
static void afterAll() throws Exception {
util.deleteNamespace("istio-system");
Commons.cleanUp(IMAGE_NAME, K3S);
Commons.systemPrune();
}