Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Oct 15, 2018
1 parent f8876dc commit d238d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/agent/app/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,13 @@ func TestBuilderFromConfig(t *testing.T) {

func TestBuilderWithExtraReporter(t *testing.T) {
cfg := &Builder{}
//configureSamplingManager(t, cfg, metrics.NullFactory)
agent, err := cfg.CreateAgent(fakeCollectorProxy{}, zap.NewNop(), metrics.NullFactory)
assert.NoError(t, err)
assert.NotNil(t, agent)
}

func TestBuilderMetricsHandler(t *testing.T) {
b := &Builder{}
//configureSamplingManager(t, b, metrics.NullFactory)
b.Metrics.Backend = "expvar"
b.Metrics.HTTPRoute = "/expvar"
agent, err := b.CreateAgent(fakeCollectorProxy{}, zap.NewNop(), metrics.NullFactory)
Expand Down

0 comments on commit d238d12

Please sign in to comment.