Skip to content

Commit

Permalink
disable pipermail tests, see #608
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Oct 14, 2023
1 parent 372e168 commit 5d2f7c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/ingress/test_pipermail.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
)
from bigbang.config import CONFIG

"""
Disabling test until it can be fixed.
See issue: #608
directory_project = str(Path(os.path.abspath(__file__)).parent.parent)
url_mlistdom = "https://mm.icann.org/pipermail/"
url_list = url_mlistdom + "accred-model"
Expand Down Expand Up @@ -81,3 +86,5 @@ def test__to_dict(self, mlist):
assert len(list(dic.keys())) == 11
# On 13/09/22 the mailing list contained 175 Emails.
assert len(dic[list(dic.keys())[0]]) >= 175
"""

0 comments on commit 5d2f7c5

Please sign in to comment.