Skip to content

Commit b2da99b

Browse files
authored
[sqlserver] disable test env setup output (#18880)
* trigger sqlserver tests * set capture to false * remove comments
1 parent d812e0e commit b2da99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlserver/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,6 @@ def high_cardinality_env_is_ready():
329329
conditions += [CheckDockerLogs(compose_file, completion_message)]
330330

331331
with docker_run(
332-
compose_file=compose_file, conditions=conditions, mount_logs=True, build=True, attempts=3, capture=True
332+
compose_file=compose_file, conditions=conditions, mount_logs=True, build=True, attempts=3, capture=False
333333
):
334334
yield full_e2e_config, E2E_METADATA

0 commit comments

Comments
 (0)