File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tests/install_upgrade_operators/must_gather Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727from utilities .infra import (
2828 create_ns ,
2929 get_node_selector_dict ,
30+ is_jira_open ,
3031)
3132from utilities .must_gather import collect_must_gather , run_must_gather
3233from utilities .network import (
@@ -597,6 +598,7 @@ def disks_from_multiple_disks_vm(multiple_disks_vm):
597598
598599@pytest .fixture (scope = "class" )
599600def collected_vm_details_must_gather_from_vm_node (
601+ xfail_if_non_compact_cluster_and_ocpbugs_65523_is_open ,
600602 request ,
601603 must_gather_tmpdir_scope_module ,
602604 must_gather_image_url ,
@@ -699,3 +701,9 @@ def must_gather_for_test(
699701 return collected_cluster_must_gather
700702 else :
701703 return cnv_image_path_must_gather_all_images
704+
705+
706+ @pytest .fixture (scope = "session" )
707+ def xfail_if_non_compact_cluster_and_ocpbugs_65523_is_open (compact_cluster , sno_cluster ):
708+ if not compact_cluster and not sno_cluster and is_jira_open ("OCPBUGS-65523" ):
709+ pytest .xfail (reason = "OCPBUGS-65523" )
You can’t perform that action at this time.
0 commit comments