Desactivated some tests that, once again, do not work in the runbot
[odoo/odoo.git] / addons / web / tests / __init__.py
1 # -*- coding: utf-8 -*-
2 from . import test_dataset, test_menu, test_serving_base, test_js
3
4 fast_suite = []
5 checks = [
6     test_dataset,
7     test_menu,
8     test_serving_base,
9 ]