Skip test with static tabs - seems broken.

This commit is contained in:
John Eskew
2015-12-22 14:48:19 -05:00
committed by Clinton Blackburn
parent dd159bce12
commit 71d7f1c81b
2 changed files with 3 additions and 3 deletions

View File

@@ -233,6 +233,7 @@ class ToyCourseFactory(SampleCourseFactory):
user_id, toy_course.id, "course_info", "handouts",
fields={"data": "<a href='/static/handouts/sample_handout.txt'>Sample</a>"}
)
## TODO: Broken! These static tabs are never added to course.tabs?
store.create_item(
user_id, toy_course.id, "static_tab", "resources",
fields={"display_name": "Resources"},