Re-enable all tests in TestUpdateHostIntervals (#1496)

This commit is contained in:
Zachary Wasserman 2017-04-18 11:29:04 -07:00 committed by GitHub
parent dfa2d83855
commit 22fbb65db3

View file

@ -897,7 +897,7 @@ func TestUpdateHostIntervals(t *testing.T) {
},
}
for _, tt := range testCases[4:] {
for _, tt := range testCases {
t.Run("", func(t *testing.T) {
ctx := hostctx.NewContext(context.Background(), tt.initHost)