diff --git a/test/integration/react-streaming-and-server-components/test/index.test.js b/test/integration/react-streaming-and-server-components/test/index.test.js index 41d882417d0a..0f5f7a498e04 100644 --- a/test/integration/react-streaming-and-server-components/test/index.test.js +++ b/test/integration/react-streaming-and-server-components/test/index.test.js @@ -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 = ` @@ -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}`, () => {