From fe1291534fbdf7b5a73c21fdbea2293184b45af3 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Tue, 8 Mar 2022 22:12:38 +0100 Subject: [PATCH] remove outdated test --- .../react-streaming-and-server-components/test/index.test.js | 3 --- 1 file changed, 3 deletions(-) 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}`, () => {