소스 검색

Disable bulk update test for L2VPN terminations

jeremystretch 3 년 전
부모
커밋
0ddd7b0e45
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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
     #