Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#51853 closed defect (bug) (fixed)

Remove E2E test jobs from 5.6 branch

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: 5.6 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

Previously #51705.

Currently, there are no meaningful E2E tests in the Core test suite, and tests are not usually backported to old branches. This makes the E2E test jobs unnecessary.

Attachments (1)

51853.diff (1.5 KB) - added by desrosj 3 years ago.

Download all attachments as: .zip

Change History (6)

@desrosj
3 years ago

#1 @peterwilsoncc
3 years ago

  • Keywords commit dev-feedback added

Looks good to me:

  • verified tests did not run on PR
  • ensured e2e removed completely from travis config file, GH workflows

#2 @desrosj
3 years ago

  • Keywords dev-reviewed added; dev-feedback removed
  • Owner set to desrosj
  • Status changed from new to assigned

#3 @desrosj
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 49689:

Build/Test Tools: Remove the E2E test job from the 5.6 branch.

The E2E test job does not currently perform any meaningful tests, so continuing to run them is not necessary for older branches.

Reviewed by peterwilsoncc, desrosj.
Fixes #51853.

#4 @desrosj
3 years ago

In 49690:

Build/Test Tools: Remove the E2E test GitHub Action workflow from the 5.6 branch.

The E2E test suite does not currently perform any meaningful tests, so continuing to run the workflow is not necessary for older branches.

Reviewed by peterwilsoncc, desrosj.
Fixes #51853.

Note: See TracTickets for help on using tickets.