From 5c877e9850a4cbae1e6e960f8b1b04b953d0c0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 28 Feb 2016 03:44:33 +0100 Subject: [PATCH] tests: mark NetworkManager in ProxyVM fail for debian-7 NM there expect some different options in configuration, and since it's old stable, we won't implement it. --- tests/network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/network.py b/tests/network.py index ce93cb9f..838d6cf1 100644 --- a/tests/network.py +++ b/tests/network.py @@ -121,6 +121,7 @@ class VmNetworkingMixin(qubes.tests.SystemTestsMixin): "Ping by IP from AppVM failed") + @qubes.tests.expectedFailureIfTemplate('debian-7') @unittest.skipUnless(spawn.find_executable('xdotool'), "xdotool not installed") def test_020_simple_proxyvm_nm(self):