mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-04 15:35:38 +00:00
wgengine/router: demote TestDebugListRules fail to skip
Updates #3360
Change-Id: Ic5c98ea03f3171c13ab9293a0ae74d17fd04d149
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
(cherry picked from commit e8db43e8fa
)
This commit is contained in:
parent
c654662250
commit
6f99ad1630
@ -793,7 +793,7 @@ func TestDebugListRules(t *testing.T) {
|
||||
t.Run(famName[fam], func(t *testing.T) {
|
||||
rules, err := netlink.RuleList(fam)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
t.Skipf("skip; RuleList fails with: %v", err)
|
||||
}
|
||||
for _, r := range rules {
|
||||
t.Logf("Rule: %+v", r)
|
||||
|
Loading…
Reference in New Issue
Block a user