This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch ignite-27373
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-27373 by this push:
     new 7654a4896a8 IGNITE-27373 Fixes
7654a4896a8 is described below

commit 7654a4896a8e414b926638cc446f6d477b3425bd
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Feb 27 03:53:19 2026 +0100

    IGNITE-27373 Fixes
---
 .teamcity/test/platform_tests/RunPythonTests.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.teamcity/test/platform_tests/RunPythonTests.kt 
b/.teamcity/test/platform_tests/RunPythonTests.kt
index c6edbd35035..47cc668d887 100644
--- a/.teamcity/test/platform_tests/RunPythonTests.kt
+++ b/.teamcity/test/platform_tests/RunPythonTests.kt
@@ -5,7 +5,7 @@ import org.apache.ignite.teamcity.Teamcity.Companion.getId
 
 object RunPythonTests : BuildType({
     id(getId(this::class))
-    name = "-> Run :: Python Tests"
+    name = "> Run :: Python Tests"
     description = "Run all Python Tests"
     type = Type.COMPOSITE
 

Reply via email to