Skip to content

Commit

Permalink
Merge pull request openedx#19005 from edx/youngstrom/mongo-count-flaky
Browse files Browse the repository at this point in the history
Fix flaky mongo count test with xdist
  • Loading branch information
Michael Youngstrom authored Sep 25, 2018
2 parents 3189375 + 0ec4232 commit ba56e39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_delay(self, mock_time):

@override_settings(DEBUG=True)
def test_page_size(self):
reset_queries()
call_command(Command(), '--start-date', '2017-01-01')
baseline = len(connection.queries)

Expand Down

0 comments on commit ba56e39

Please sign in to comment.