Skip to content

Commit

Permalink
fix: skip SRI tests on development
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Sep 8, 2022
1 parent e7e0e37 commit 00ab8a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/app-dir/index.test.ts
Expand Up @@ -1195,8 +1195,7 @@ describe('app dir', () => {
})
})
})

describe('Subresource Integrity', () => {
;(isDev ? describe.skip : describe)('Subresource Integrity', () => {
function fetchWithPolicy(policy: string | null) {
return fetchViaHTTP(next.url, '/dashboard', undefined, {
headers: policy
Expand Down

0 comments on commit 00ab8a4

Please sign in to comment.