Skip to content

Commit e00043e

Browse files
committed
raising regular Exception 1
Signed-off-by: Katharina Trentau <[email protected]>
1 parent 400fb54 commit e00043e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/kaas/k8s-default-storage-class/k8s-default-storage-class-check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ def __enter__(self):
298298
return self
299299

300300
def __exit__(self, exc_type, exc_value, traceback):
301-
if self.return_code != 4:
302-
self.clean()
301+
# if self.return_code != 4:
302+
# self.clean()
303303
if self.return_code == 0:
304304
self.return_message = "all tests passed"
305305
if isinstance(exc_value, SCSTestException):

0 commit comments

Comments
 (0)