Ok. Looks like there is already this test in `tes...
# general
b
Ok. Looks like there is already this test in
test_testprojects_integration.py
for the same reason # This is a special case that we split into 2 tests instead of using ensure_engine. # The reason is the original test with ensure_engine takes more than 10 minutes in travis ci, # which will cause travis to terminate the build. By spliting, each test finishes in less than # 10 min. def test_testprojects_v2_engine(self): with environment_as(PANTS_ENABLE_V2_ENGINE='true'): self.test_testprojects()