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
This commit is contained in:
Aaron Jorbin 2024-05-13 16:38:17 +00:00
parent 28cb3b8cc2
commit 1f09517abf

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 ) {