Remove TODO comments
This commit is contained in:
parent
f990e9fcb2
commit
93e89b8148
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -243,7 +243,6 @@ OUTER1:
|
|||
}
|
||||
}
|
||||
if !found {
|
||||
// TODO: Failing
|
||||
t.Fatalf("should log client accept")
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue