disable macOS tests

our macOS tests fails more than half the time while linux and windows
pass. the errors are always due to timeout issues.

while we can improve the performance of our tests (particularly
test/messages.ts) sometimes the timeouts happen when testing against the
local SMTPServer

as of now, we can't get insight into whether our tests or passing or
failing as the majority of test fails when macOS is included.

github is away of the issue: https://github.com/actions/runner-images/issues/3885
This commit is contained in:
eleith 2023-05-12 14:57:04 -07:00
parent 70b89d9361
commit ed54a25008
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
node: [^12, ^14, ^16, ^18]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
steps:
- name: checkout