Test https://qa.drupal.org/pifr/test/1092778

All tests are crashing from the very beginning, when enabling the modules in ::setUp(). Locally runs with no failure. I suspect that is something with the bot.

Comments

arnested’s picture

It looks as if the test bot installs the project without the ctools module.

The ctools module is added as a dependency in the patch.

And apparently that is not supported by the test bot. The test bot uses precalculated dependencies from Project Dependency. See #1710704.

claudiu.cristea’s picture

Status: Active » Closed (works as designed)

Makes a lot of sense. Thank you!