Make WordPress Core

Changeset 40614


Ignore:
Timestamp:
05/11/2017 12:15:05 AM (7 years ago)
Author:
pento
Message:

Build/Test: Revert that failing test.

Now that Travis has confirmed that it is sending messages to Slack when a test fails, we no longer need a failing test.

The failing test added in [40613] is reverted, as Travis has failed to fail at notifying us about failing tests.

See #40712.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/basic.php

    r40613 r40614  
    176176        return $return;
    177177    }
    178 
    179     /**
    180      * @ticket 40712
    181      */
    182     function test_failing_test_notifies_slack() {
    183         $this->assertTrue( false );
    184     }
    185178}
Note: See TracChangeset for help on using the changeset viewer.