Skip to content

Commit 1f09517

Browse files
committed
Tests: Add comment to explain when e2e test for gutenberg is skipped
Follow-up to [58046]. See #60971. git-svn-id: https://develop.svn.wordpress.org/trunk@58141 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 28cb3b8 commit 1f09517

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/specs/gutenberg-plugin.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ test.describe( 'Gutenberg plugin', () => {
2929

3030
expect( plugin.status ).toBe( 'inactive' );
3131

32+
// Only run this test on versions of WordPress that are still supported by the Gutenberg Plugin
3233
try {
3334
await requestUtils.activatePlugin( 'gutenberg' );
3435
} catch ( error ) {

0 commit comments

Comments
 (0)