Commit 9ba22f6
roachtest: restrict knex test to GCE only
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: Claude <noreply@anthropic.com>1 parent 76bb21a commit 9ba22f6
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