Commit 1a67b4fd by Jason Bau

skip Bulk Settings test

parent 6dfed9ee
"""
Tests for the bulk settings page
"""
import unittest
from contentstore.tests.utils import CourseTestCase
from contentstore.utils import BulkSettingsUtil
......@@ -10,6 +10,7 @@ from xmodule.modulestore.tests.factories import ItemFactory, CourseFactory
from datetime import datetime
import random
@unittest.skip("Bulk Settings are currently disabled")
class BulkSettingsTests(CourseTestCase):
"""
Redefine setting type constants for easier testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment