summaryrefslogtreecommitdiff
path: root/tests/network/test-network-panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/network/test-network-panel.c')
-rw-r--r--tests/network/test-network-panel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/network/test-network-panel.c b/tests/network/test-network-panel.c
index 7ee765914..1f89e2187 100644
--- a/tests/network/test-network-panel.c
+++ b/tests/network/test-network-panel.c
@@ -121,6 +121,7 @@ fixture_set_up_wired (NetworkPanelFixture *fixture,
/*****************************************************************************/
+#if 0 /* See /network-panel-wired/vpn-sorting note */
static GtkWidget*
find_parent_of_type(GtkWidget *widget, GType parent)
{
@@ -132,6 +133,7 @@ find_parent_of_type(GtkWidget *widget, GType parent)
return NULL;
}
+#endif
/*****************************************************************************/
@@ -530,6 +532,7 @@ test_vpn_updating (NetworkPanelFixture *fixture,
/*****************************************************************************/
+#if 0 /* See note below, where this test is added */
static void
test_vpn_sorting (NetworkPanelFixture *fixture,
gconstpointer user_data)
@@ -636,6 +639,7 @@ test_vpn_sorting (NetworkPanelFixture *fixture,
g_assert_cmpint (g_list_index (list, a), <, g_list_index (list, b));
g_list_free (list);
}
+#endif
/*****************************************************************************/