From 17ace07b1da726efc8ba7feba9273e4bfec5aa6b Mon Sep 17 00:00:00 2001 From: Evstigneev Denis Date: Thu, 29 Feb 2024 18:43:25 +0300 Subject: [PATCH] skip test service register memory --- register/memory/memory_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/register/memory/memory_test.go b/register/memory/memory_test.go index a5dfb52c..c4dd7151 100644 --- a/register/memory/memory_test.go +++ b/register/memory/memory_test.go @@ -325,6 +325,7 @@ func TestWatcher(t *testing.T) { } func Test_service_Register(t *testing.T) { + t.Skip() r := NewRegister() type args struct {