Skip flaky courseware MFE redirect tests (#23483)

This commit is contained in:
Adam Butterworth
2020-03-24 12:50:14 -04:00
committed by GitHub
parent eb7b3b16e9
commit a2c4b00246

View File

@@ -3377,7 +3377,8 @@ class TestShowCoursewareMFE(TestCase):
'/block-v1:OpenEdX+MFE+2020+type@vertical+block@Getting_To_Know_You'
)
# TODO: TNL-7157 Re-enable these tests before Courseware MFE Canary
@unittest.skip
@patch.dict('django.conf.settings.FEATURES', {'ENABLE_COURSEWARE_MICROFRONTEND': True})
@ddt.ddt
class MFERedirectTests(BaseViewsTestCase):