Skip to content
Snippets Groups Projects
Commit a68be686 authored by Julien Castiaux's avatar Julien Castiaux
Browse files

[FIX] website_slides: HttpCase should be post_install


Since odoo/odoo@8d5da6e4be05 HttpCase should not be started at install.

closes odoo/odoo#39719

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 8f04405d
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class TestUi(tests.HttpCase):
login=user_portal.login)
@tests.common.tagged('external', '-standard')
@tests.common.tagged('external', 'post_install', '-standard', '-at_install')
class TestUiYoutube(tests.HttpCase):
def test_course_member_yt_employee(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment