Skip to content

Commit e763783

Browse files
committed
Revert "Ensure AMP plugin is activated before running E2E tests"
This reverts commit 4a4c490.
1 parent 188e0cd commit e763783

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/e2e/config/bootstrap.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
* Internal dependencies
2222
*/
2323
import { cleanUpSettings } from '../utils/onboarding-wizard-utils';
24-
import { activatePlugin, deactivatePlugin, installLocalPlugin } from '../utils/amp-settings-utils';
24+
import { deactivatePlugin, installLocalPlugin } from '../utils/amp-settings-utils';
2525

2626
/**
2727
* Environment variables
@@ -235,9 +235,6 @@ async function createTestData() {
235235
* Install themes and plugins needed in tests.
236236
*/
237237
async function setupThemesAndPlugins() {
238-
// Ensure AMP plugin is activated.
239-
await activatePlugin( 'amp' );
240-
241238
await installLocalPlugin( 'e2e-tests-demo-plugin' );
242239
await installLocalPlugin( 'do-not-allow-amp-validate-capability' );
243240

0 commit comments

Comments
 (0)