Skip to content

Commit e271465

Browse files
committed
fix: improve DDEV cleanup performance
1 parent 4a2cbd9 commit e271465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/internal-test/test-integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def clean_environment(self):
636636
try:
637637
self.run_command(["ddev", "stop"], cwd=self.config.target_dir)
638638
self.run_command(
639-
["ddev", "delete", "-y"],
639+
["ddev", "delete", "--omit-snapshot", "--yes"],
640640
cwd=self.config.target_dir,
641641
check=False,
642642
)

0 commit comments

Comments
 (0)