Problem/Motivation

Expected 2 spaces, got 3.

       run_tests.simpletest:
-         types: 'Simpletest'
-         testgroups: '--all'
-         suppress-deprecations: false
-         halt-on-fail: false
+        types: 'Simpletest'
+        testgroups: '--all'
+        suppress-deprecations: false
+        halt-on-fail: false

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3130147-2.patch618 bytesjungle

Comments

jungle created an issue. See original summary.

jungle’s picture

Status: Active » Needs review
StatusFileSize
new618 bytes
jungle’s picture

simpletest should be removed in 9.x, So no meaning to fix it in 9.x. I will file a separate issue to do it as I haven't found an existed one.

jungle’s picture

Title: Fix indention of run_tests.simpletest in drupalci.yml » Fix Inconsistent indention of run_tests.simpletest in drupalci.yml
jungle’s picture

Title: Fix Inconsistent indention of run_tests.simpletest in drupalci.yml » Fix inconsistent indention of run_tests.simpletest in drupalci.yml
kishor_kolekar’s picture

please review the patch.

kishor_kolekar’s picture

sorry please avoid the previous comment ..

alexpott’s picture

Status: Needs review » Closed (won't fix)

This is not worth doing. It's not breaking anything and doing #3117421: Stop trying to run non-existent simpletests on Drupal 9 is more important.