Skip to content

Commit 0f1f025

Browse files
committed
test: test
1 parent d1a5071 commit 0f1f025

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bc_obps/registration/tests/endpoints/test_regulated_products.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
import pytest
12
from registration.models import RegulatedProduct
23
from registration.tests.utils.helpers import CommonTestSetup, TestUtils
34
from registration.utils import custom_reverse_lazy
45

56

67
class TestRegulatedProductsEndpoint(CommonTestSetup):
8+
@pytest.mark.skip("Until the new pulp and paper product takes effect")
79
def test_users_can_get_regulated_products(self):
810
response = TestUtils.mock_get_with_auth_role(
911
self, "industry_user", custom_reverse_lazy("list_regulated_products")

0 commit comments

Comments
 (0)