| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7d85617 commit dd8c9ad
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,8 +21,14 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | const common = require('../common'); | |
| 24 | - if (!common.hasCrypto) | ||
| 24 | + if (!common.hasCrypto) { | ||
| 25 | 25 | common.skip('node compiled without OpenSSL.'); | |
| 26 | + } | ||
| 27 | + | ||
| 28 | + if ((process.config.variables.arm_version === '6') || | ||
| 29 | + (process.config.variables.arm_version === '7')) { | ||
| 30 | + common.skip('Too slow for armv6 and armv7 bots'); | ||
| 31 | + } | ||
| 26 | 32 | ||
| 27 | 33 | const assert = require('assert'); | |
| 28 | 34 | const crypto = require('crypto'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments