Commit 625eae27 by Christine Lytwynec

disable DragAndDropTest

parent c2f3e7a1
...@@ -4,6 +4,7 @@ The container page is used both for displaying units, and ...@@ -4,6 +4,7 @@ The container page is used both for displaying units, and
for displaying containers within units. for displaying containers within units.
""" """
from nose.plugins.attrib import attr from nose.plugins.attrib import attr
from unittest import skip
from ...fixtures.course import XBlockFixtureDesc from ...fixtures.course import XBlockFixtureDesc
from ...pages.studio.component_editor import ComponentEditorView, ComponentVisibilityEditorView from ...pages.studio.component_editor import ComponentEditorView, ComponentVisibilityEditorView
...@@ -69,6 +70,7 @@ class NestedVerticalTest(ContainerBase): ...@@ -69,6 +70,7 @@ class NestedVerticalTest(ContainerBase):
) )
@skip("Flaky: 01/16/2015")
@attr('shard_1') @attr('shard_1')
class DragAndDropTest(NestedVerticalTest): class DragAndDropTest(NestedVerticalTest):
""" """
......
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