We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe464e commit f8dde3aCopy full SHA for f8dde3a
test/addons/uv-thread-name/test.js
@@ -1,8 +1,9 @@
1
'use strict';
2
const common = require('../../common');
3
4
-if (common.isAIX) {
5
- common.skip('AIX is not supported by libuv');
+if (common.isAIX || common.isIBMi) {
+ // see: https://github.com/libuv/libuv/pull/4599#issuecomment-2498376606
6
+ common.skip('AIX, IBM i do not support get/set thread name');
7
}
8
9
const assert = require('node:assert');
0 commit comments