Skip to content
Snippets Groups Projects
Commit c7d35ad4 authored by scott's avatar scott
Browse files

delete unused http pprof suite

parent 3a3e8a7d
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ package kubernetes ...@@ -19,7 +19,6 @@ package kubernetes
import ( import (
"encoding/json" "encoding/json"
"net/http"
"os" "os"
"strings" "strings"
"sync" "sync"
...@@ -237,7 +236,6 @@ func (s *KubernetesClientTestSuite) SetupSuite() { ...@@ -237,7 +236,6 @@ func (s *KubernetesClientTestSuite) SetupSuite() {
t.Fatal(err) t.Fatal(err)
} }
go http.ListenAndServe(":6061", nil)
} }
func (s *KubernetesClientTestSuite) TestReadCurrentPodName() { func (s *KubernetesClientTestSuite) TestReadCurrentPodName() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment