Skip to content

Commit 0c0041e

Browse files
committed
Revert "Make it work on v1"
This reverts commit 3c05a65.
1 parent 3c05a65 commit 0c0041e

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

packages/gitbook/e2e/internal.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ const testCases: TestsCase[] = [
433433
},
434434
{
435435
name: 'llms.txt',
436+
skip: process.env.ARGOS_BUILD_NAME !== 'v2-vercel',
436437
contentBaseURL: 'https://gitbook.gitbook.io/test-gitbook-open/',
437438
tests: [
438439
{
@@ -448,6 +449,7 @@ const testCases: TestsCase[] = [
448449
},
449450
{
450451
name: 'llms-full.txt',
452+
skip: process.env.ARGOS_BUILD_NAME !== 'v2-vercel',
451453
contentBaseURL: 'https://gitbook.gitbook.io/test-gitbook-open/',
452454
tests: [
453455
{

packages/gitbook/src/app/middleware/(site)/(core)/llms-full.txt/route.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)