Skip to content

Commit 36d5ca9

Browse files
committed
ci: Remove obsolete dcr up -w from import test
I _think_ we can get away with this but let's see what the CI thinks. If it passes, it should save us another minuter or two.
1 parent 9ceb00f commit 36d5ca9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_integration-test/test_02_backup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ def test_02_import(setup_backup_restore_env_variables):
6666
capture_output=True,
6767
)
6868

69-
subprocess.run(
70-
["docker", "compose", "--ansi", "never", "up", "--wait"],
71-
check=True,
72-
capture_output=True,
73-
)
7469
sentry_admin_sh = os.path.join(os.getcwd(), "sentry-admin.sh")
7570
subprocess.run(
7671
[

0 commit comments

Comments
 (0)