Skip to content

tests/network: Disable on non-Linux systems

Ting-Wei Lan requested to merge wip/lantw/disable-network-test-on-non-linux into master

NetworkManager is only available on Linux, so we cannot build or run the network test on non-Linux systems.

This fixes meson error on FreeBSD:

tests/network/meson.build:11:0: ERROR:  Unknown variable "network_manager_deps".

Merge request reports