mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-10 18:29:58 +00:00
chore: reopen mieru inbound windows test
This commit is contained in:
@@ -3,9 +3,7 @@ package inbound_test
|
|||||||
import (
|
import (
|
||||||
"net"
|
"net"
|
||||||
"net/netip"
|
"net/netip"
|
||||||
"runtime"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/metacubex/mihomo/adapter/outbound"
|
"github.com/metacubex/mihomo/adapter/outbound"
|
||||||
@@ -179,9 +177,6 @@ func TestNewMieru(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestInboundMieru(t *testing.T) {
|
func TestInboundMieru(t *testing.T) {
|
||||||
if runtime.GOOS == "windows" && strings.HasPrefix(runtime.Version(), "go1.26") {
|
|
||||||
t.Skip("temporarily skipped on windows due to intermittent failures; tracked in PR")
|
|
||||||
}
|
|
||||||
t.Run("TCP_HANDSHAKE_STANDARD", func(t *testing.T) {
|
t.Run("TCP_HANDSHAKE_STANDARD", func(t *testing.T) {
|
||||||
testInboundMieruTCP(t, "HANDSHAKE_STANDARD")
|
testInboundMieruTCP(t, "HANDSHAKE_STANDARD")
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user