From 9f60f571c21c3a8010d845a7f71ee9e3606fd0db Mon Sep 17 00:00:00 2001 From: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:24:32 +0200 Subject: [PATCH] gns3-server: disable test_project.py test --- pkgs/applications/networking/gns3/server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix index e580cdd43390..7d8e993551e7 100644 --- a/pkgs/applications/networking/gns3/server.nix +++ b/pkgs/applications/networking/gns3/server.nix @@ -87,6 +87,7 @@ python3Packages.buildPythonApplication { disabledTestPaths = [ # fails on ofborg because of lack of cpu vendor information "tests/controller/gns3vm/test_virtualbox_gns3_vm.py::test_cpu_vendor_id" + "tests/controller/test_project.py" ]; passthru.tests = {