This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 6c79d3a189a [improve][test] Set k8s test retry count to 0 (#25230)
6c79d3a189a is described below
commit 6c79d3a189a38fddab0b46ee8049d12d57e3baea
Author: Philipp Dolif <[email protected]>
AuthorDate: Mon Feb 9 07:54:29 2026 +0100
[improve][test] Set k8s test retry count to 0 (#25230)
---
build/run_integration_group.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/run_integration_group.sh b/build/run_integration_group.sh
index 419fe5c9401..9c84a8f2446 100755
--- a/build/run_integration_group.sh
+++ b/build/run_integration_group.sh
@@ -208,7 +208,7 @@ test_group_sql() {
}
test_group_pulsar_k8s() {
- mvn_run_integration_test "$@" -DintegrationTestSuiteFile=pulsar-k8s.xml
-DintegrationTests
+ mvn_run_integration_test "$@" -DintegrationTestSuiteFile=pulsar-k8s.xml
-DintegrationTests -DtestRetryCount=0
}
test_group_pulsar_io() {