@@ -89,7 +89,6 @@ func (tce *testConflictError) IsConflictError() bool {
8989
9090func TestUnfilledBatch (t * testing.T ) {
9191 log .SetLevel ("debug" )
92- coreconfig .Reset ()
9392
9493 dispatched := make (chan * DispatchPayload )
9594 cancel , mdi , bp := newTestBatchProcessor (t , func (c context.Context , state * DispatchPayload ) error {
@@ -154,7 +153,6 @@ func TestHandleDispatchConflictError(t *testing.T) {
154153
155154func TestBatchSizeOverflow (t * testing.T ) {
156155 log .SetLevel ("debug" )
157- coreconfig .Reset ()
158156
159157 dispatched := make (chan * DispatchPayload )
160158 cancel , mdi , bp := newTestBatchProcessor (t , func (c context.Context , state * DispatchPayload ) error {
@@ -553,7 +551,6 @@ func TestStartQuiesceNonBlocking(t *testing.T) {
553551
554552func TestMarkMessageDispatchedUnpinnedOK (t * testing.T ) {
555553 log .SetLevel ("debug" )
556- coreconfig .Reset ()
557554
558555 dispatched := make (chan * DispatchPayload )
559556 cancel , mdi , bp := newTestBatchProcessor (t , func (c context.Context , state * DispatchPayload ) error {
@@ -611,7 +608,6 @@ func TestMarkMessageDispatchedUnpinnedOK(t *testing.T) {
611608
612609func TestMaskContextsRetryAfterPinsAssigned (t * testing.T ) {
613610 log .SetLevel ("debug" )
614- coreconfig .Reset ()
615611
616612 dispatched := make (chan * DispatchPayload )
617613 cancel , mdi , bp := newTestBatchProcessor (t , func (c context.Context , state * DispatchPayload ) error {
@@ -681,7 +677,6 @@ func TestMaskContextsRetryAfterPinsAssigned(t *testing.T) {
681677
682678func TestMaskContextsUpdateMessageFail (t * testing.T ) {
683679 log .SetLevel ("debug" )
684- coreconfig .Reset ()
685680
686681 dispatched := make (chan * DispatchPayload )
687682 cancel , mdi , bp := newTestBatchProcessor (t , func (c context.Context , state * DispatchPayload ) error {
@@ -720,7 +715,6 @@ func TestMaskContextsUpdateMessageFail(t *testing.T) {
720715}
721716
722717func TestSealBatchTXAlreadyAssigned (t * testing.T ) {
723- coreconfig .Reset ()
724718
725719 dispatched := make (chan * DispatchPayload )
726720 cancel , mdi , bp := newTestBatchProcessor (t , func (c context.Context , state * DispatchPayload ) error {
@@ -831,7 +825,6 @@ func TestCalculateContextsLoadPinsFail(t *testing.T) {
831825
832826func TestBigBatchEstimate (t * testing.T ) {
833827 log .SetLevel ("debug" )
834- coreconfig .Reset ()
835828
836829 bd := []byte (`{
837830 "id": "37ba893b-fcfa-4cf9-8ce8-34cd8bc9bc72",
0 commit comments