Try without cgo

This commit is contained in:
braginini
2022-12-27 17:13:45 +01:00
parent 0600df1217
commit 37b22de660
4 changed files with 21 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ func startManagement(t *testing.T, config *mgmt.Config) (*grpc.Server, net.Liste
}
peersUpdateManager := mgmt.NewPeersUpdateManager()
eventStore, err := activity.NewSQLiteStore(t.TempDir())
eventStore := &activity.NoopEventStore{}
if err != nil {
return nil, nil
}