Re-enable all tests in TestUpdateHostIntervals (#1496)
This commit is contained in:
committed by
GitHub
parent
dfa2d83855
commit
22fbb65db3
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user