mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Update exempted tests
This commit is contained in:
@@ -192,8 +192,12 @@ class InterfaceTestCase(
|
||||
model = Interface
|
||||
|
||||
# Disable inapplicable tests
|
||||
test_list_objects = None
|
||||
test_import_objects = None
|
||||
test_list_objects_without_permission = None
|
||||
test_list_objects_with_model_permission = None
|
||||
test_list_objects_with_object_permission = None
|
||||
test_bulk_import_objects_without_permission = None
|
||||
test_bulk_import_objects_with_model_permission = None
|
||||
test_bulk_import_objects_with_object_permission = None
|
||||
|
||||
def _get_base_url(self):
|
||||
# Interface belongs to the DCIM app, so we have to override the base URL
|
||||
|
Reference in New Issue
Block a user