Skip to content

Commit

Permalink
removing this portion as was part of the old testing framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jan 16, 2025
1 parent 2eb8638 commit 29869c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,6 @@ spec:
kubeHelper.teardown(kubeLocks)
testHelper.teardown(doNotRunTests)
pipelineHelper.teardown(currentBuild.result)
if(!skipUnitTests) {
// tear down network policies deployed by the tests
kubeHelper.kube(kubectlNamespace, {
sh(script: 'kubectl --namespace="' + kubectlNamespace + '" delete networkpolicies --all', returnStatus: true);
});
}
}
}
}
Expand Down

0 comments on commit 29869c0

Please sign in to comment.