Commit e3c856b
Merge #155796
155796: roachtest: restrict knex test to GCE only r=rafiss a=rafiss
The knex test requires pre-built node-oracledb binaries which are not available for IBM cloud's s390x architecture. This was causing the test to fail during npm install with error "NJS-067: a pre-built node-oracledb binary was not found for linux s390x".
Restrict the test to run only on GCE to avoid this dependency issue.
Resolves: #155605
Release note: None
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments