From 4036121b0da3880677343c4bd5f90aac2343c151 Mon Sep 17 00:00:00 2001 From: Dmitri Dolguikh Date: Mon, 17 Aug 2026 17:15:41 +0200 Subject: [PATCH] do not skip test Signed-off-by: Dmitri Dolguikh --- integration_tests/management/network_map_db/group_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration_tests/management/network_map_db/group_test.go b/integration_tests/management/network_map_db/group_test.go index f7d9a02f1..3ccf96eb0 100644 --- a/integration_tests/management/network_map_db/group_test.go +++ b/integration_tests/management/network_map_db/group_test.go @@ -6,7 +6,6 @@ import ( "context" "testing" - "github.com/netbirdio/netbird/management/server/types" "github.com/netbirdio/netbird/shared/management/networkmap/nmdata" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" @@ -40,9 +39,6 @@ func TestGetGroups(t *testing.T) { // TODO (dmitri) PublicID should not be populated with delta updates, // which require stable PublicIDs func TestGetGroupsWithoutExpectedFields(t *testing.T) { - if engine == string(types.SqliteStoreEngine) { - t.Skip() - } ctx := context.TODO() execQuery(t, ctx,