Skip to content

Commit db589b3

Browse files
committed
Tests: Add comment to explain when e2e test for gutenberg is skipped
Follow-up to [58046]. Reviewed by jorbin. Merges [58141] to the 6.4 branch. See #60971. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@58154 602fd350-edb4-49c9-b593-d223f7449a82
1 parent fe402e0 commit db589b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)