Suppress tag view test until #4071 is fixed

This commit is contained in:
Jeremy Stretch 2020-01-31 14:22:56 -05:00
parent 8224b891ab
commit a0b575e310

View File

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