Skip to content

Commit 4cedf2f

Browse files
committed
temporarily disable cleanup - to allow deployed service inspection
1 parent 1c20c68 commit 4cedf2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run/django/e2e_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def deployed_service() -> str:
119119
yield SERVICE
120120

121121
# Cleanup
122-
122+
"""
123123
substitutions = [
124124
f"_VERSION={SUFFIX},"
125125
f"_SERVICE={SERVICE},"
@@ -142,6 +142,7 @@ def deployed_service() -> str:
142142
]
143143
+ substitutions
144144
)
145+
"""
145146

146147

147148
@pytest.fixture

0 commit comments

Comments
 (0)