-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
Our kerberos CI tests against a prebuild, instead of building from source. When we run `npm install` before running our tests, this downloads a prebuild. Our tests then run successfully using the prebuild.
color: Color value is invalid
User Experience
- Our tests, both in CI and when run locally, do not actually test source code changes. This can result in us releasing broken code.
Dependencies
- n/a
Risks/Unknowns
Acceptance Criteria
Implementation Requirements
- use `--ignore-scripts` when running `npm install` in CI to prevent npm from downloading a prebuild.
- manually build our kerberos bindings before testing.
Testing Requirements
- all tests pass.
Documentation Requirements
- n/a
Follow Up Requirements
- n/a