From 55371d881e231a114ecf896738b90c6eb9afcf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Mon, 5 Aug 2024 16:47:56 +0200 Subject: [PATCH] Revert "ci: enable pytest run debug" This reverts commit cdd125adbc7b0af1a9e5a1deaa5fc3d03a2b03f4. --- ci/run_integration_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_integration_test.sh b/ci/run_integration_test.sh index f7f1f8769e..2796a33e61 100755 --- a/ci/run_integration_test.sh +++ b/ci/run_integration_test.sh @@ -37,5 +37,5 @@ ccm remove # run test export MAPPED_SCYLLA_VERSION=3.11.4 -PROTOCOL_VERSION=4 pytest -vv -s --log-cli-level=debug -rf --import-mode append $* +PROTOCOL_VERSION=4 pytest -rf --import-mode append $*