Skip to content

Commit

Permalink
[sqlserver] disable test env setup output (#18880)
Browse files Browse the repository at this point in the history
* trigger sqlserver tests

* set capture to false

* remove comments
  • Loading branch information
lu-zhengda authored Oct 21, 2024
1 parent d812e0e commit b2da99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlserver/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,6 @@ def high_cardinality_env_is_ready():
conditions += [CheckDockerLogs(compose_file, completion_message)]

with docker_run(
compose_file=compose_file, conditions=conditions, mount_logs=True, build=True, attempts=3, capture=True
compose_file=compose_file, conditions=conditions, mount_logs=True, build=True, attempts=3, capture=False
):
yield full_e2e_config, E2E_METADATA

0 comments on commit b2da99b

Please sign in to comment.