Ignore 32 bit arm failures for now

Seems we are running out of memory.
This commit is contained in:
Asher
2020-01-15 13:48:27 -06:00
parent 62f050fda7
commit 66ee6e8201
2 changed files with 2 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ steps:
- name: test
image: node:12
failure: ignore
commands:
- yarn test
@@ -348,6 +349,7 @@ steps:
- name: test
image: node:12-alpine
failure: ignore
commands:
- yarn test