From cccbb12dff025c004f3264e6fafdc5c445348b86 Mon Sep 17 00:00:00 2001 From: muhammad-ammar Date: Tue, 28 Mar 2017 18:10:39 +0500 Subject: [PATCH] add comment for move a11y test --- common/test/acceptance/tests/studio/test_studio_container.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/test/acceptance/tests/studio/test_studio_container.py b/common/test/acceptance/tests/studio/test_studio_container.py index eb74e9854e..59cc7bcb91 100644 --- a/common/test/acceptance/tests/studio/test_studio_container.py +++ b/common/test/acceptance/tests/studio/test_studio_container.py @@ -1409,6 +1409,9 @@ class MoveComponentTest(ContainerBase): should_verify_publish_title=False ) + # Ideally this test should be decorated with @attr('a11y') so that it should run in a11y jenkins job + # But for some reason it always fails in a11y jenkins job and passes always locally on devstack as well + # as in bokchoy jenkins job. Due to this reason, test is marked to run under bokchoy jenkins job. def test_a11y(self): """ Verify move modal a11y.