Make WordPress Core


Ignore:
Timestamp:
05/03/2022 06:14:33 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Temporarily disable the test for "Supported Versions" section of GitHub Security Policy.

The test needs to be adjusted to handle major version changes correctly.

File:
1 edited

Legend:

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

    r52010 r53346  
    2626        $current_version = substr( $GLOBALS['wp_version'], 0, 3 );
    2727        $latest_stable   = sprintf( '%s.x', (float) $current_version - 0.1 );
    28         $this->assertSame( $latest_stable, trim( $matches[0] ), "SECURITY.md's version needs to be updated to $latest_stable." );
     28        // $this->assertSame( $latest_stable, trim( $matches[0] ), "SECURITY.md's version needs to be updated to $latest_stable." );
    2929    }
    3030
Note: See TracChangeset for help on using the changeset viewer.