Skip to content

Commit

Permalink
Disable invalid security tests for safari (#10221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and timneutkens committed Jan 22, 2020
1 parent dc0f267 commit 999b8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/production/test/index.test.js
Expand Up @@ -718,5 +718,5 @@ describe('Production Usage', () => {
dynamicImportTests(context, (p, q) => renderViaHTTP(context.appPort, p, q))

processEnv(context)
security(context)
if (browserName !== 'safari') security(context)
})

0 comments on commit 999b8ce

Please sign in to comment.