Commit 0ed43e14 by Christine Lytwynec

Merge pull request #6671 from edx/clytwynec/disable_flaky_tests

disable DragAndDropTest
parents 94b313fd 625eae27
...@@ -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