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
This commit is contained in:
bernhard-reiter 2024-05-15 07:06:46 +00:00
parent fe402e06ac
commit db589b327c

View File

@ -29,6 +29,7 @@ test.describe( 'Gutenberg plugin', () => {
expect( plugin.status ).toBe( 'inactive' );
// Only run this test on versions of WordPress that are still supported by the Gutenberg Plugin
try {
await requestUtils.activatePlugin( 'gutenberg' );
} catch ( error ) {