Skip to content

Commit bbdbeaa

Browse files
committed
wip instance watcher refactor
1 parent 72e82ad commit bbdbeaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/watcher/health/health_watcher_service_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ func TestHealthWatcherService_UpdateHealthWatcher(t *testing.T) {
5959
assert.Equal(t, updatedInstance, healthWatcher.instances[instance.GetInstanceMeta().GetInstanceId()])
6060
}
6161

62-
// TODO: Fix this test
63-
//func TestHealthWatcherService_health(t *testing.T) {
62+
// commented out to push branch
63+
// func TestHealthWatcherService_health(t *testing.T) {
6464
// ctx := context.Background()
6565
// agentConfig := types.AgentConfig()
6666
// healthWatcher := NewHealthWatcherService(agentConfig)
@@ -139,7 +139,7 @@ func TestHealthWatcherService_UpdateHealthWatcher(t *testing.T) {
139139
// reflect.DeepEqual(instanceHealth, expected)
140140
// })
141141
// }
142-
//}
142+
// }
143143

144144
func TestHealthWatcherService_compareCache(t *testing.T) {
145145
ossInstance := protos.NginxOssInstance([]string{})

0 commit comments

Comments
 (0)