We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7960772 commit 12e92c4Copy full SHA for 12e92c4
tests/test_all_rules.py
@@ -1112,6 +1112,7 @@ def test_ml_integration_jobs_exist(self):
1112
f"The following ({len(failures)}) rules are missing a valid `machine_learning_job_id`:\n{err_msg}"
1113
)
1114
1115
+ @unittest.skipIf(os.environ.get("CUSTOM_RULES_DIR"), "Skipping test for custom rules.")
1116
def test_preserve_upstream_protected_rule_id_name(self):
1117
"""
1118
Ensure upstream referenced rule IDs and rule names remain unchanged
0 commit comments