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