Skip to content

Commit

Permalink
remove one of the two redis checks since they both use the same config
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 26, 2024
1 parent c61e313 commit 4e5c8d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
4 changes: 0 additions & 4 deletions tests/receivers/redis/redisreceiver_test.go
Expand Up @@ -22,10 +22,6 @@ import (
"github.com/signalfx/splunk-otel-collector/tests/testutils"
)

func TestRedisReceiverProvidesAllMetrics(t *testing.T) {
testutils.AssertAllMetricsReceived(t, "all.yaml", "all_metrics_config.yaml", nil, nil)
}

func TestRedisReceiverProvidesAllMetricsWithServer(t *testing.T) {
testutils.AssertAllMetricsReceived(t, "all_server.yaml", "all_metrics_config.yaml", nil, nil)
}
60 changes: 0 additions & 60 deletions tests/receivers/redis/testdata/resource_metrics/all.yaml

This file was deleted.

0 comments on commit 4e5c8d3

Please sign in to comment.