Skip to content

Commit be9eaf5

Browse files
OhadRevahvsibirsk
andauthored
CherryPicked: [cnv-4.18] Added jira marker to tests that failing duo to bugs (#862) (#1070)
* Added jira marker to tests that failing duo to bugs (#862) There is failures in tests of metrics that needs to report about instanceType and preference that related to bugs, in this PR I added jira marker for them. Co-authored-by: vsibirsk <[email protected]> * Update test_instance_type_metrics.py * Update test_migration_metrics.py --------- Co-authored-by: vsibirsk <[email protected]>
1 parent 3ec9f73 commit be9eaf5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/observability/metrics/test_instance_type_metrics.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def running_rhel_vm_with_instance_type_and_preference(
7474

7575
class TestInstanceType:
7676
@pytest.mark.polarion("CNV-10181")
77+
@pytest.mark.jira("CNV-63028", run=False)
7778
def test_verify_instancetype_labels(
7879
self,
7980
prometheus,
@@ -86,6 +87,7 @@ def test_verify_instancetype_labels(
8687
)
8788

8889
@pytest.mark.polarion("CNV-10182")
90+
@pytest.mark.jira("CNV-63028", run=False)
8991
def test_verify_migrated_instancetype_labels(
9092
self,
9193
prometheus,
@@ -144,6 +146,7 @@ def test_verify_namespace_instancetype_labels(
144146
)
145147
class TestInstanceTypeLabling:
146148
@pytest.mark.polarion("CNV-10183")
149+
@pytest.mark.jira("CNV-63028", run=False)
147150
def test_kubevirt_vmi_phase_count_cloned_instance_types(
148151
self,
149152
prometheus,
@@ -160,6 +163,7 @@ def test_kubevirt_vmi_phase_count_cloned_instance_types(
160163
)
161164

162165
@pytest.mark.polarion("CNV-10797")
166+
@pytest.mark.jira("CNV-63028", run=False)
163167
def test_cnv_vmi_status_running_count_cloned_instance_types(
164168
self,
165169
prometheus,

tests/observability/metrics/test_migration_metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ class TestKubevirtVmiMigrationMetrics:
262262
),
263263
],
264264
)
265+
@pytest.mark.jira("CNV-63029", run=False)
265266
def test_kubevirt_vmi_migration_metrics(
266267
self,
267268
prometheus,

0 commit comments

Comments
 (0)