minor #4201 Disable the drupal integration tests in the 4.x branch (stof)

This PR was merged into the 4.x branch.

Discussion
----------

Disable the drupal integration tests in the 4.x branch

Drupal uses the AbstractNodeVisitor which is deprecated in 3.x and removed in 4.x, so the job fails all the time. This should be re-enabled once Drupal can be tested against Twig 4.x.

Commits
-------

1d71e28a Disable the drupal integration tests in the 4.x branch
This commit is contained in:
Fabien Potencier
2024-08-13 18:39:08 +02:00
+1
View File
@@ -113,6 +113,7 @@ jobs:
run: ../../vendor/bin/simple-phpunit
integration-tests:
if: "false" # TODO re-enable that job when Drupal does not use features deprecated in 3.x anymore
needs:
- 'tests'