Skip to content

Commit

Permalink
remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 8, 2022
1 parent 751eb7d commit fe12915
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -24,7 +24,6 @@ import css from './css'
import rsc from './rsc'
import streaming from './streaming'
import basic from './basic'
import functions from './functions'
import runtime from './runtime'

const documentWithGip = `
Expand Down Expand Up @@ -279,8 +278,6 @@ runSuite('CSS', 'prod', cssSuite)
runSuite('Custom Document', 'dev', documentSuite)
runSuite('Custom Document', 'prod', documentSuite)

runSuite('Functions manifest', 'build', { runTests: functions })

function runSuite(suiteName, env, options) {
const context = { appDir, distDir }
describe(`${suiteName} ${env}`, () => {
Expand Down

0 comments on commit fe12915

Please sign in to comment.