about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-09-24 10:09:07 +0200
committerMinijackson <minijackson@riseup.net>2023-09-26 22:51:48 +0200
commit541d1eef67e946e31cf2e8c6adbbe1bd46c4ca1c (patch)
tree72e148fb9c61688bd55efe0fbfaa70c5298aa258 /nixos/tests
parent828f0446f53b2c58ed45af3a8792125d5c8833b7 (diff)
netbox_3_3: remove
should be, by now, unused by everyone

Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 2d44cf924d4fe..b4c9fccb23ae7 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -530,7 +530,6 @@ in {
   networking.networkd = handleTest ./networking.nix { networkd = true; };
   networking.scripted = handleTest ./networking.nix { networkd = false; };
   netbox_3_5 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_5; };
-  netbox_3_3 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_3; };
   netbox_3_6 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_6; };
   netbox-upgrade = handleTest ./web-apps/netbox-upgrade.nix {};
   # TODO: put in networking.nix after the test becomes more complete