Additional shard balancing changes for unit tests.

This commit is contained in:
Ben Patterson
2016-04-27 12:23:03 -04:00
parent ddbd7f9174
commit 1db84e79df
9 changed files with 15 additions and 7 deletions

View File

@@ -316,7 +316,7 @@ class TestSubmittingProblems(ModuleStoreTestCase, LoginEnrollmentTestCase, Probl
return [s.earned for s in hw_section['scores']]
@attr('shard_1')
@attr('shard_3')
class TestCourseGrader(TestSubmittingProblems):
"""
Suite of tests for the course grader.