mirror of
git://develop.git.wordpress.org/
synced 2025-04-27 07:32:32 +02:00
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:
parent
28cb3b8cc2
commit
1f09517abf
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user