Skip to content

LSIF: Disable integration tests when run in root

Warren Gifford requested to merge lsif-fix-tests into master

Created by: efritz

This will run all test if you run yarn run in the lsif directory, which is what happens in CI. This will NOT run integration tests if run from the root (which should only be fast-running unit tests).

Integration tests are xrepo and backend tests that require a live db (with migrations). This often hits the 5000ms startup limit when run concurrently with browser tests.

Note to reviewers: The second commit just renames a directory with a lot of binary files. You only need to read the first commit.

Merge request reports

Loading