diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2019-06-28 09:36:30 -0700 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2019-07-02 06:41:30 +0200 |
commit | 3c9c89df128cb4c25d9161a1789d44442e99c6fb (patch) | |
tree | 8e9c92db1b9b03765ef131546d72f4a23d87bde9 /test/message | |
parent | c9c8408f812f82370cc718fdeb20e59e01229275 (diff) | |
download | node-new-3c9c89df128cb4c25d9161a1789d44442e99c6fb.tar.gz |
test: skip tests related to CI failures on AIX
These tests seem to trigger failures in the entire CI job (not just the
test) on AIX. Skip them to see if that helps alleviate spurious failures
in node-test-commit-aix (and the upstream PR and commit test jobs).
See:
- https://github.com/nodejs/build/issues/1820#issuecomment-505998851
- https://github.com/nodejs/build/issues/1847#issuecomment-504210708
PR-URL: https://github.com/nodejs/node/pull/28469
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test/message')
-rw-r--r-- | test/message/message.status | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/message/message.status b/test/message/message.status index 1a4a0e3adc..d7bd7f48c9 100644 --- a/test/message/message.status +++ b/test/message/message.status @@ -16,3 +16,6 @@ prefix message [$system==freebsd] +[$system==aix] +# https://github.com/nodejs/node/pull/28469 +vm_dont_display_syntax_error: SKIP |