Remove TODO comments

This commit is contained in:
William Tisäter 2014-05-26 23:44:46 +02:00
parent f990e9fcb2
commit 93e89b8148
5 changed files with 0 additions and 7 deletions

View File

@ -175,7 +175,6 @@ func TestCatalogNodes_Blocking(t *testing.T) {
// Should block for a while
if time.Now().Sub(start) < 50*time.Millisecond {
// TODO: Failing
t.Fatalf("too fast")
}

View File

@ -105,7 +105,6 @@ func TestHealthServiceChecks(t *testing.T) {
// Should be 1 health check for consul
nodes := obj.(structs.HealthChecks)
if len(nodes) != 1 {
// TODO: Failing
t.Fatalf("bad: %v", obj)
}
}
@ -129,7 +128,6 @@ func TestHealthServiceNodes(t *testing.T) {
t.Fatalf("err: %v", err)
}
// TODO: Failing
assertIndex(t, resp)
// Should be 1 health check for consul
@ -176,7 +174,6 @@ func TestHealthServiceNodes_PassingFilter(t *testing.T) {
t.Fatalf("err: %v", err)
}
// TODO: Failing
assertIndex(t, resp)
// Should be 0 health check for consul

View File

@ -243,7 +243,6 @@ OUTER1:
}
}
if !found {
// TODO: Failing
t.Fatalf("should log client accept")
}

View File

@ -101,7 +101,6 @@ func TestUiNodeInfo(t *testing.T) {
t.Fatalf("err: %v", err)
}
// TODO: Failing
assertIndex(t, resp)
// Should be 1 node for the server

View File

@ -545,7 +545,6 @@ func TestCatalogListServices_Timeout(t *testing.T) {
// Should block at least 100ms
if time.Now().Sub(start) < 100*time.Millisecond {
// TODO: Failing
t.Fatalf("too fast")
}