Skip to content

Commit c3bea83

Browse files
committed
1 parent b24fdfd commit c3bea83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/pg-cdc-old-syntax/mzcompose.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,7 @@ def workflow_cdc(c: Composition, parser: WorkflowArgumentParser) -> None:
366366
ssl_args_dict = get_testdrive_ssl_args(c)
367367
testdrive_ssl_args = ssl_args_dict["testdrive_args"]
368368

369-
testdrive_args = (
370-
testdrive_ssl_args + get_default_testdrive_size_args() + ["--no-reset"]
371-
)
369+
testdrive_args = testdrive_ssl_args + get_default_testdrive_size_args()
372370
with c.override(create_postgres(pg_version=pg_version)):
373371
c.up("materialized", "test-certs", "postgres")
374372
c.test_parts(

0 commit comments

Comments
 (0)