diff --git a/account_invoice_export_job/tests/test_account_invoice_export_job.py b/account_invoice_export_job/tests/test_account_invoice_export_job.py index 7ea0f70ed4a..e303c08750b 100644 --- a/account_invoice_export_job/tests/test_account_invoice_export_job.py +++ b/account_invoice_export_job/tests/test_account_invoice_export_job.py @@ -3,10 +3,13 @@ from unittest.mock import MagicMock, patch +from odoo.tests import tagged + from odoo.addons.account_invoice_export.tests.common import CommonCase from odoo.addons.queue_job.tests.common import mock_with_delay +@tagged("post_install", "-at_install") class TestExportAcountInvoiceJob(CommonCase): @classmethod def setUpClass(cls):