diff --git a/netbox/dcim/tests/test_models.py b/netbox/dcim/tests/test_models.py index 326b819b7..be9f067d4 100644 --- a/netbox/dcim/tests/test_models.py +++ b/netbox/dcim/tests/test_models.py @@ -954,6 +954,7 @@ class CableTestCase(TestCase): with self.assertRaises(ValidationError): cable.clean() + @tag('regression') def test_cable_cannot_terminate_to_a_cellular_interface(self): """ A cable cannot terminate to a cellular interface