Make WordPress Core

Changeset 40518


Ignore:
Timestamp:
04/22/2017 06:25:30 PM (7 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Avoid skipping canonical tests that are connected to open Trac tickets.

This is a remnant of the test suite behaviour before #30284 fixed most of it and makes it far too easy to hide failing tests.

If any tests begin to fail as a result of this change then they should be fixed.

Fixes #40534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase-canonical.php

    r40517 r40518  
    158158        $this->expected_doing_it_wrong = array_merge( $this->expected_doing_it_wrong, (array) $expected_doing_it_wrong );
    159159
    160         if ( $ticket )
    161             $this->knownWPBug( $ticket );
    162 
    163160        $ticket_ref = ($ticket > 0) ? 'Ticket #' . $ticket : null;
    164161
Note: See TracChangeset for help on using the changeset viewer.