We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37f95c commit 2dcce79Copy full SHA for 2dcce79
1 file changed
test/e2e/pkg/tests/devworkspace_debug_poststart_tests.go
@@ -27,7 +27,7 @@ var _ = ginkgo.Describe("[DevWorkspace Debug Start Mode]", func() {
27
28
const workspaceName = "code-latest-with-debug-start"
29
30
- ginkgo.AfterEach(func() {
+ ginkgo.AfterAll(func() {
31
// Clean up workspace and wait for PVC to be fully deleted
32
// This prevents PVC conflicts in subsequent tests, especially in CI environments
33
_ = config.DevK8sClient.DeleteDevWorkspaceAndWait(workspaceName, config.DevWorkspaceNamespace)
0 commit comments