1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Disable VM interface bulk creation testing

This commit is contained in:
Jeremy Stretch
2020-06-22 15:09:16 -04:00
parent 31bb70d9a2
commit f2b26282b8
3 changed files with 7 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ class InterfaceTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.EditObjectViewTestCase,
ViewTestCases.DeleteObjectViewTestCase,
ViewTestCases.BulkCreateObjectsViewTestCase,
# ViewTestCases.BulkCreateObjectsViewTestCase,
ViewTestCases.BulkEditObjectsViewTestCase,
ViewTestCases.BulkDeleteObjectsViewTestCase,
):