Skip to content

Commit

Permalink
Delete unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Aug 25, 2023
1 parent 6682b4e commit 80e6d40
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions receiver/jaegerreceiver/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,6 @@ func TestInvalidConfig(t *testing.T) {
},
err: "receiver creation with too large port number must fail",
},
{
desc: "port-outside-of-range",
apply: func(cfg *Config) {
cfg.Protocols = Protocols{}
cfg.ThriftCompact = &ProtocolUDP{
Endpoint: defaultThriftCompactBindEndpoint,
}
},
err: "receiver creation without gRPC",
},
}
for _, tC := range testCases {
t.Run(tC.desc, func(t *testing.T) {
Expand Down

0 comments on commit 80e6d40

Please sign in to comment.