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
import (
"encoding/json"
"net/http"
"os"
"strings"
"sync"
......@@ -237,7 +236,6 @@ func (s *KubernetesClientTestSuite) SetupSuite() {
t.Fatal(err)
}
go http.ListenAndServe(":6061", nil)
}
func (s *KubernetesClientTestSuite) TestReadCurrentPodName() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment