diff --git a/test/pummel/test-hash-seed.js b/test/pummel/test-hash-seed.js index 30edca32f6f852..d63754cb56ed02 100644 --- a/test/pummel/test-hash-seed.js +++ b/test/pummel/test-hash-seed.js @@ -2,6 +2,11 @@ // Check that spawn child doesn't create duplicated entries const common = require('../common'); + +if ((process.config.variables.arm_version === '6') || + (process.config.variables.arm_version === '7')) + common.skip('Too slow for armv6 and armv7 bots'); + const kRepetitions = 2; const assert = require('assert'); const fixtures = require('../common/fixtures');