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

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

commit be1955846a675263b5b5df87e1be799993ea1c3b
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Wed Nov 26 08:29:44 2025 +0200

    cleanup
---
 .../IgniteServiceCollectionExtensionsTests.cs                  | 10 ----------
 1 file changed, 10 deletions(-)

diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServiceCollectionExtensionsTests.cs
 
b/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServiceCollectionExtensionsTests.cs
index 93a3bb89ed6..56a964a0df9 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServiceCollectionExtensionsTests.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServiceCollectionExtensionsTests.cs
@@ -209,16 +209,6 @@ public class IgniteServiceCollectionExtensionsTests
     private static void ValidateKeyedRegistrationScope(ServiceLifetime 
lifetime, Action<ServiceCollection, object> register)
     {
         var services = new ServiceCollection();
-
-        services.AddIgniteClientGroup(new IgniteClientGroupConfiguration
-        {
-            ClientConfiguration = new IgniteClientConfiguration
-            {
-                Endpoints = { "localhost" }
-            },
-            Size = 2
-        });
-
         var keys = new[] { "key1", "key2" };
 
         foreach (var key in keys)

Reply via email to