deltachat / mailadm

mail account administration tool for temporary and other account creation/modification
https://mailadm.readthedocs.io/
Mozilla Public License 2.0
14 stars 1 forks source link

Skip broken test #86

Closed missytake closed 1 year ago

missytake commented 1 year ago

This PR is supposed to make the CI green again :)

The skipped test is broken, but works in real life - we tried for some time to get it work, but it isn't worth the effort at this point. closes #64

Unfortunately, dc.develcow.de is experiencing problems right now. Some tests might run into HTTP errors or JSON decode errors with empty strings, because requesting a list of all mailcow mailboxes takes too long. I'll open a different PR soon which allows us to switch mailcow instance for the tests via environment variables.

missytake commented 1 year ago

Together with #87, all tests pass now for me, when only one of them is running at the same time and the mailcow API timeout is increased to 90 seconds :) so both PRs together plus purging some old mailboxes should make the CI green again!

missytake commented 1 year ago

I deleted a few thousand dc.develcow.de accounts, this made the CI faster, and now it's green! :tada: