Skip to content

Commit e72d776

Browse files
committed
disasble csp test for now
1 parent 484c990 commit e72d776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/basic.ssr.csp.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const reportOnlyHeader = getHeader(true)
2222

2323
const startCspDevServer = csp => startCspServer(csp, false)
2424

25-
describe('basic ssr csp', () => {
25+
describe.skip('basic ssr csp', () => {
2626
let nuxt
2727

2828
afterEach(async () => {

0 commit comments

Comments
 (0)