Browse Source

:robot: Set pending service sharing test

Ettore Di Giacinto 3 years ago
parent
commit
7aba6b66ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/services/services_test.go

+ 1 - 1
pkg/services/services_test.go

@@ -61,7 +61,7 @@ var _ = Describe("Expose services", func() {
 	serviceUUID := "test"
 
 	Context("Service sharing", func() {
-		It("expose services and can connect to them", func() {
+		PIt("expose services and can connect to them", func() {
 			ctx, cancel := context.WithCancel(context.Background())
 			defer cancel()