Verified Commit ad2eff55 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3395989 by catch, smustgrave, longwave, Spokje: [random test failure]...

Issue #3395989 by catch, smustgrave, longwave, Spokje: [random test failure] ComponentsTaggedReleaseTest sometimes fails
parent 2ceafd06
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -567,6 +567,10 @@ public function copyCodebase(\Iterator $iterator = NULL, $working_dir = NULL) {
   * - Call the method to get a default Finder object which can then be
   *   modified for other purposes.
   *
   * Note that the vendor directory is deliberately not included in the
   * directory exclusions here, so that packages are copied and composer does
   * not attempt to download them from packagist/github during test runs.
   *
   * @return \Symfony\Component\Finder\Finder
   *   A Finder object ready to iterate over core codebase.
   */
@@ -577,7 +581,6 @@ public function getCodebaseFinder() {
      ->in($this->getDrupalRoot())
      ->notPath('#^sites/default/files#')
      ->notPath('#^sites/simpletest#')
      ->notPath('#^vendor#')
      ->notPath('#^core/node_modules#')
      ->notPath('#^sites/default/settings\..*php#')
      ->ignoreDotFiles(FALSE)
+0 −7
Original line number Diff line number Diff line
@@ -74,13 +74,6 @@ public function testCopyCodebaseExclude() {
          ],
        ],
      ],
      'vendor' => [
        'composer' => [
          'composer' => [
            'installed.json' => '"items": {"things"}',
          ],
        ],
      ],
      'modules' => [
        'my_module' => [
          'vendor' => [