We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97fa6d commit 5742fe1Copy full SHA for 5742fe1
1 file changed
tests/integration/conftest.py
@@ -209,10 +209,6 @@ def pytest_generate_tests(metafunc):
209
"The --run-kind and --run-https arguments are not compatible. HTTPS is only supported with --run-compose."
210
)
211
212
- # Default behavior: if no flags are provided, we assume --run-compose
213
- if not run_kind and not run_compose:
214
- run_compose = True
215
-
216
backends = []
217
218
# Logic for tests marked with @pytest.mark.kind_only
0 commit comments