Skip to content

Commit 80e6d40

Browse files
committed
Delete unused test
1 parent 6682b4e commit 80e6d40

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

receiver/jaegerreceiver/config_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,6 @@ func TestInvalidConfig(t *testing.T) {
226226
},
227227
err: "receiver creation with too large port number must fail",
228228
},
229-
{
230-
desc: "port-outside-of-range",
231-
apply: func(cfg *Config) {
232-
cfg.Protocols = Protocols{}
233-
cfg.ThriftCompact = &ProtocolUDP{
234-
Endpoint: defaultThriftCompactBindEndpoint,
235-
}
236-
},
237-
err: "receiver creation without gRPC",
238-
},
239229
}
240230
for _, tC := range testCases {
241231
t.Run(tC.desc, func(t *testing.T) {

0 commit comments

Comments
 (0)