Skip to content
Snippets Groups Projects
Commit 6dfbf94b authored by Jillian Vogel's avatar Jillian Vogel
Browse files

Fixes flaky tests added by https://github.com/edx/edx-platform/pull/19018

using CacheIsolationTestCase
parent 7172bf46
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ class TestBinnedSchedulesBaseResolver(SchedulesResolverTestMixin, CacheIsolation
"Can't test schedules if the app isn't installed")
@override_waffle_flag(COURSE_UPDATE_WAFFLE_FLAG, True)
@freeze_time('2017-08-01 01:00:00', tz_offset=0, tick=False)
class TestCourseUpdateResolver(SchedulesResolverTestMixin, ModuleStoreTestCase):
class TestCourseUpdateResolver(SchedulesResolverTestMixin, CacheIsolationTestCase, ModuleStoreTestCase):
"""
Tests the CourseUpdateResolver.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment