Automated tests pass locally if the related dependencies are satisfied but fail online since those are not explictly decalred in the test module. According to #1804716-22: Setup optional modules fails -> patch review fails they need to be explictly listed for the modules to be downloaded and thus made available.

CommentFileSizeAuthor
#1 title-tests-1835486-1.patch3.4 KBplach

Comments

plach’s picture

Title: Automated tests are failing on d.o » Automated tests are failing
Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new3.4 KB

Currently tests fail also on my local environment: it seems some change in Entity Translation and some new fature was not covered. The attached patch should fix them.

plach’s picture

Status: Needs review » Fixed

Committed and pushed. We should be able to check if this fixes tests online in 12 hours.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 3754216 on 7.x-1.x, workbench by plach:
    Issue #1835486 by plach: Fixed Automated tests are failing.
    
  • Commit 2299dd5 on 7.x-1.x, workbench by plach:
    Issue #1835486 by plach: Fixed Automated tests are failing (follow-up).