Skip to content

Commit

Permalink
squash. skip file testing deprecated MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 10, 2024
1 parent 4afc15a commit ec412c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/irods/test/test_all_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ def filter_rulefiles(rulefile):
# print("skipping " + rulefile + " ----- tested separately")
return False

# msiSendMail is deprecated and disabled by default.
if "rulemsiSendMail" in rulefile:
return False

return True

for rulefile in filter(filter_rulefiles, sorted(os.listdir(rulesdir))):
Expand Down

0 comments on commit ec412c1

Please sign in to comment.