diff --git a/test/integration/production/test/index.test.js b/test/integration/production/test/index.test.js index 1533089d0a4f829..f5f0eafbbb7bb53 100644 --- a/test/integration/production/test/index.test.js +++ b/test/integration/production/test/index.test.js @@ -718,5 +718,5 @@ describe('Production Usage', () => { dynamicImportTests(context, (p, q) => renderViaHTTP(context.appPort, p, q)) processEnv(context) - if (browserName === 'chrome') security(context) + security(context) })