-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When we migrated tests from our internal git server to github, some jest tests fail because
- git tests are failing because some of the tests are looking at specific commit IDs and file counts, which are now different
- openSearch tests fail because it requires a local instance to be running during testing
- cve-service tests are failing because some require a local instance, and some require real credentials
To solve these problems, we are
- temporarily skipping failing tests (in this issue)
- in the following issues, we will update the tests so that they run successfully
Metadata
Metadata
Assignees
Labels
No labels