Skip to content

Commit dcf490b

Browse files
committed
allow health check test to run
1 parent a476fb9 commit dcf490b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

broker/stores/health_check_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ func TestHealthChecks(t *testing.T) {
199199
"s3": tt.setupStore(server),
200200
})
201201

202+
ForceStoreHealthCheckToHealthy = false
203+
202204
// Get store - this starts health check
203205
store := Get(pb.FragmentStore("s3://test/"))
204206
require.NoError(t, store.initErr)

0 commit comments

Comments
 (0)