Skip to content

Commit

Permalink
Renamed batcher_test to disabled_batcher_test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sili committed Oct 24, 2024
1 parent fc658a0 commit 654fb15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"go.opentelemetry.io/collector/exporter/internal"
)

func TestBatcher_BatchNotEnabled_InfiniteWorkerPool(t *testing.T) {
func TestDisabledBatcher_InfiniteWorkerPool(t *testing.T) {
cfg := exporterbatcher.NewDefaultConfig()
cfg.Enabled = false

Expand Down

0 comments on commit 654fb15

Please sign in to comment.