Skip to content

Commit 4ad40f8

Browse files
committed
chore: skip depreciated linked ticket tests
ref: #833
1 parent 7cdcdb7 commit 4ad40f8

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/itam/tests/unit/operating_system/test_operating_system_item_ticket_api_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212

1313

14+
@pytest.mark.skip( reason = 'this ticket model is depreciated' )
1415
@pytest.mark.model_operatingsystem
1516
@pytest.mark.module_itam
1617
class OperatingSystemItemTicketAPI(

app/itim/tests/unit/cluster/test_cluster_item_ticket_api_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212

1313

14+
@pytest.mark.skip( reason = 'this ticket model is depreciated' )
1415
@pytest.mark.model_cluster
1516
@pytest.mark.module_itim
1617
class ClusterItemTicketAPI(

app/itim/tests/unit/service/test_service_item_ticket_api_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from itim.models.services import Service
1111

1212

13-
13+
@pytest.mark.skip( reason = 'this ticket model is depreciated' )
1414
@pytest.mark.model_service
1515
@pytest.mark.module_itim
1616
class ServiceItemTicketAPI(

0 commit comments

Comments
 (0)