Skip to content

Integration tests failing #1172

Answered by 4upz
tkennes asked this question in Q&A
Jun 23, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@tkennes Unfortunately, we've been having problems with the integration tests recently where they can be a bit inconsistent. We're currently in the process of updating them so this no longer happens.

As a first precaution, make sure you have no other instance of the app running locally while the integration tests are running. If you have already ensure this and they are still failing, then you can do the following when committing:

  • Use the pre-commit hook to check if all other test suites besides the integrations tests are passing, then use the --no-verify flag to bypass the hook and commit you changes.
  • Remove yarn headless from the precommit command in the integration test's package.json…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tkennes
Comment options

Answer selected by tkennes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants