File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
21
21
* Internal dependencies
22
22
*/
23
23
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' ;
25
25
26
26
/**
27
27
* Environment variables
@@ -235,9 +235,6 @@ async function createTestData() {
235
235
* Install themes and plugins needed in tests.
236
236
*/
237
237
async function setupThemesAndPlugins ( ) {
238
- // Ensure AMP plugin is activated.
239
- await activatePlugin ( 'amp' ) ;
240
-
241
238
await installLocalPlugin ( 'e2e-tests-demo-plugin' ) ;
242
239
await installLocalPlugin ( 'do-not-allow-amp-validate-capability' ) ;
243
240
You can’t perform that action at this time.
0 commit comments