Explorar o código

Disable bulk update test for L2VPN terminations

jeremystretch %!s(int64=3) %!d(string=hai) anos
pai
achega
0ddd7b0e45
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      netbox/ipam/tests/test_views.py

+ 4 - 0
netbox/ipam/tests/test_views.py

@@ -1028,6 +1028,10 @@ class L2VPNTerminationTestCase(
 
         cls.bulk_edit_data = {}
 
+    # TODO: Fix L2VPNTerminationImportForm validation to support bulk updates
+    def test_bulk_update_objects_with_permission(self):
+        pass
+
     #
     # Custom assertions
     #