Skip to content

Commit

Permalink
Unfocus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Nov 28, 2024
1 parent 6cd4934 commit 400d515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const sampleKubernetesResponse = `
}
`

var _ = FDescribe("parseEndpoints", func() {
var _ = Describe("parseEndpoints", func() {
It("returns the correct list of IP addresses from sampleKubernetesResponse", func() {
ipAddresses, err := parseEndpoints([]byte(sampleKubernetesResponse))
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 400d515

Please sign in to comment.