Skip to content

Commit c1cdc2e

Browse files
committed
Turn off unstable tests
1 parent b2c10ad commit c1cdc2e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

packages/gitbook/e2e/customers.spec.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ const testCases: TestsCase[] = [
1010
{ name: 'OpenAPI', url: '/snyk-api/reference/apps', run: waitForCookiesDialog },
1111
],
1212
},
13-
{
14-
name: 'Nexthink',
15-
contentBaseURL: 'https://docs.nexthink.com',
16-
tests: [
17-
{
18-
name: 'Home',
19-
url: '/',
20-
screenshot: { waitForTOCScrolling: false },
21-
run: waitForCookiesDialog,
22-
},
23-
],
24-
},
13+
// {
14+
// name: 'Nexthink',
15+
// contentBaseURL: 'https://docs.nexthink.com',
16+
// tests: [
17+
// {
18+
// name: 'Home',
19+
// url: '/',
20+
// screenshot: { waitForTOCScrolling: false },
21+
// run: waitForCookiesDialog,
22+
// },
23+
// ],
24+
// },
2525
{
2626
name: 'asiksupport-stg.dto.kemkes.go.id',
2727
contentBaseURL: 'https://asiksupport-stg.dto.kemkes.go.id',
@@ -157,11 +157,11 @@ const testCases: TestsCase[] = [
157157
contentBaseURL: 'https://wiki.redmodding.org',
158158
tests: [{ name: 'Home', url: '/' }],
159159
},
160-
{
161-
name: 'docs.cherry-ai.com',
162-
contentBaseURL: 'https://docs.cherry-ai.com',
163-
tests: [{ name: 'Home', url: '/', run: waitForCookiesDialog }],
164-
},
160+
// {
161+
// name: 'docs.cherry-ai.com',
162+
// contentBaseURL: 'https://docs.cherry-ai.com',
163+
// tests: [{ name: 'Home', url: '/', run: waitForCookiesDialog }],
164+
// },
165165
{
166166
name: 'docs.snyk.io',
167167
contentBaseURL: 'https://docs.snyk.io',

0 commit comments

Comments
 (0)