Skip to content

Commit

Permalink
Remove extra test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrod1598 committed Mar 15, 2022
1 parent f724e8b commit 4e863f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions receiver/windowsperfcountersreceiver/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ func TestLoadConfig_Error(t *testing.T) {
cfgFile: "config-missingsumaggregation.yaml",
expectedErr: fmt.Sprintf("%s: %s", errorPrefix, fmt.Sprintf(missingSumAggregation, "metric")),
},
{
name: "GaugeAndSum",
cfgFile: "config-gaugeandsum.yaml",
expectedErr: fmt.Sprintf("%s: %s", errorPrefix, fmt.Sprintf(missingSumAggregation, "metric")),
},
{
name: "AllErrors",
cfgFile: "config-allerrors.yaml",
Expand Down

0 comments on commit 4e863f7

Please sign in to comment.