Skip to content

Commit 5950651

Browse files
committed
xdp-filter: Disable Python tests
The Python tests are failing due to what appears to be a bug in pyroute2. Let's disable them for now. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent e78d8d2 commit 5950651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdp-filter/tests/test-xdp-filter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
XDP_LOADER=${XDP_LOADER:-./xdp-loader}
22
XDP_FILTER=${XDP_FILTER:-./xdp-filter}
3-
ALL_TESTS="test_load test_print test_output_remove test_ports_allow test_ports_deny test_ipv6_allow test_ipv6_deny test_ipv4_allow test_ipv4_deny test_ether_allow test_ether_deny test_python_basic test_python_slow"
3+
ALL_TESTS="test_load test_print test_output_remove test_ports_allow test_ports_deny test_ipv6_allow test_ipv6_deny test_ipv4_allow test_ipv4_deny test_ether_allow test_ether_deny"
44

55
try_feat()
66
{

0 commit comments

Comments
 (0)