Explorar o código

:robot: Disable test. Needs other nodes online

Ettore Di Giacinto %!s(int64=3) %!d(string=hai) anos
pai
achega
c7af9028bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/client/service/service_test.go

+ 1 - 1
api/client/service/service_test.go

@@ -29,7 +29,7 @@ var _ = Describe("Service", func() {
 	c := client.NewClient(client.WithHost(testInstance))
 	s := NewClient("foo", c)
 	Context("Retrieves nodes", func() {
-		It("Detect nodes", func() {
+		PIt("Detect nodes", func() {
 			Eventually(func() []string {
 				n, _ := s.ActiveNodes()
 				return n