mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 19:49:57 +00:00
TUN-6743: Support ICMPv6 echo on Windows
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"fmt"
|
||||
"net"
|
||||
"net/netip"
|
||||
"runtime"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
@@ -33,9 +32,6 @@ var (
|
||||
// https://github.com/ValentinBELYN/icmplib/blob/main/docs/6-use-icmplib-without-privileges.md
|
||||
func TestICMPProxyEcho(t *testing.T) {
|
||||
testICMPProxyEcho(t, true)
|
||||
if runtime.GOOS == "windows" {
|
||||
t.Skip("TODO: TUN-6743: test ICMPv6 on Windows")
|
||||
}
|
||||
testICMPProxyEcho(t, false)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user