| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6a1986d commit 5020891
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | 3 | // Check that spawn child doesn't create duplicated entries | |
| 4 | 4 | const common = require('../common'); | |
| 5 | + | ||
| 6 | + if ((process.config.variables.arm_version === '6') || | ||
| 7 | + (process.config.variables.arm_version === '7')) | ||
| 8 | + common.skip('Too slow for armv6 and armv7 bots'); | ||
| 9 | + | ||
| 5 | 10 | const kRepetitions = 2; | |
| 6 | 11 | const assert = require('assert'); | |
| 7 | 12 | const fixtures = require('../common/fixtures'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments