mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
chore: don't test sing-mux over grpc
This commit is contained in:
@@ -52,6 +52,9 @@ func testInboundTrojan(t *testing.T, inboundOptions inbound.TrojanOption, outbou
|
||||
|
||||
tunnel.DoTest(t, out)
|
||||
|
||||
if outboundOptions.Network == "grpc" { // don't test sing-mux over grpc
|
||||
return
|
||||
}
|
||||
testSingMux(t, tunnel, out)
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,9 @@ func testInboundVless(t *testing.T, inboundOptions inbound.VlessOption, outbound
|
||||
|
||||
tunnel.DoTest(t, out)
|
||||
|
||||
if outboundOptions.Network == "grpc" { // don't test sing-mux over grpc
|
||||
return
|
||||
}
|
||||
testSingMux(t, tunnel, out)
|
||||
}
|
||||
|
||||
|
||||
@@ -54,6 +54,9 @@ func testInboundVMess(t *testing.T, inboundOptions inbound.VmessOption, outbound
|
||||
|
||||
tunnel.DoTest(t, out)
|
||||
|
||||
if outboundOptions.Network == "grpc" { // don't test sing-mux over grpc
|
||||
return
|
||||
}
|
||||
testSingMux(t, tunnel, out)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user