Merge pull request #16658 from edx/bmedx/django111_tag_test_failures_lms_3
Tag LMS Unit 3 tests that fail in Django 1.11
This commit is contained in:
@@ -9,6 +9,7 @@ from datetime import datetime, timedelta
|
||||
import ddt
|
||||
import freezegun
|
||||
import httpretty
|
||||
import pytest
|
||||
import pytz
|
||||
from django.conf import settings
|
||||
from django.core.urlresolvers import reverse
|
||||
@@ -68,6 +69,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest
|
||||
(False, None, False, False),
|
||||
)
|
||||
@ddt.unpack
|
||||
@pytest.mark.django111_expected_failure
|
||||
def test_redirect_to_dashboard(self, is_active, enrollment_mode, redirect, has_started):
|
||||
# Configure whether course has started
|
||||
# If it has go to course home instead of dashboard
|
||||
|
||||
Reference in New Issue
Block a user