Skip to content

Commit

Permalink
removing pending unit tests (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Mar 24, 2016
1 parent fdc609c commit 8043001
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions render/mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ import (
"github.com/weaveworks/scope/report"
)

func TestGetRenderableContainerName(t *testing.T) { t.Error("pending") }
func TestMapEndpoint2IP(t *testing.T) { t.Error("pending") }
func TestMapContainer2IP(t *testing.T) { t.Error("pending") }
func TestMapEndpoint2Pseudo(t *testing.T) { t.Error("pending") }
func TestMapEndpoint2Process(t *testing.T) { t.Error("pending") }
func TestMapProcess2Name(t *testing.T) { t.Error("pending") }
func TestMapContainer2ContainerImage(t *testing.T) { t.Error("pending") }
func TestImageNameWithoutVersion(t *testing.T) { t.Error("pending") }
func TestMapX2Host(t *testing.T) { t.Error("pending") }
func TestMapEndpoint2Host(t *testing.T) { t.Error("pending") }
func TestMapContainer2Pod(t *testing.T) { t.Error("pending") }
func TestMapPod2Service(t *testing.T) { t.Error("pending") }
func TestMapContainer2Hostname(t *testing.T) { t.Error("pending") }

func TestMapProcess2Container(t *testing.T) {
for _, input := range []testcase{
{"empty", report.MakeNode(), true},
Expand Down

0 comments on commit 8043001

Please sign in to comment.