[GH-ISSUE #2386] FreeBSD: enable skipped routing tests #4825

Open
opened 2026-08-05 00:59:52 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @skillcoder on GitHub (Aug 4, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2386

Describe the problem
Currently under FreeBSD some tests are skipped, which could lead to undetected bugs.
Specifically tests related to routing disabled with

			t.Skip("skipping ", testCase.name, " on freebsd")

Following tests affected TestAddRemoveRoutes, TestGetNextHop, TestRouting

To Reproduce

To find all affected tests - grep codebase by freebsd substring.

Expected behavior

We should not skip any tests.

Originally created by @skillcoder on GitHub (Aug 4, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2386 **Describe the problem** Currently under FreeBSD some tests are skipped, which could lead to undetected bugs. Specifically tests related to routing disabled with ``` t.Skip("skipping ", testCase.name, " on freebsd") ``` Following tests affected `TestAddRemoveRoutes`, `TestGetNextHop`, `TestRouting` **To Reproduce** To find all affected tests - grep codebase by `freebsd` substring. **Expected behavior** We should not skip any tests.
saavagebueno added the waiting-feedbackroutesfreebsd labels 2026-08-05 00:59:53 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#4825