Browse Source

Suppress tag view test until #4071 is fixed

Jeremy Stretch 6 năm trước cách đây
mục cha
commit
8881bba696
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      netbox/extras/tests/test_views.py

+ 3 - 0
netbox/extras/tests/test_views.py

@@ -17,6 +17,9 @@ class TagTestCase(StandardTestCases.Views):
     test_create_object = None
     test_import_objects = None
 
+    # TODO: Restore test when #4071 is resolved
+    test_get_object = None
+
     @classmethod
     def setUpTestData(cls):