Remove lms pytest shards
This commit is contained in:
@@ -26,7 +26,6 @@ class RefundTests(ModuleStoreTestCase):
|
||||
"""
|
||||
Tests for the manual refund page
|
||||
"""
|
||||
shard = 4
|
||||
|
||||
def setUp(self):
|
||||
super(RefundTests, self).setUp()
|
||||
|
||||
@@ -93,7 +93,6 @@ class SupportViewAccessTests(SupportViewTestCase):
|
||||
"""
|
||||
Tests for access control of support views.
|
||||
"""
|
||||
shard = 3
|
||||
|
||||
@ddt.data(*(
|
||||
(url_name, role, has_access)
|
||||
|
||||
Reference in New Issue
Block a user