Skip to content

Commit 5cae211

Browse files
committed
turn off links test for now. it freaks me out
1 parent 3747090 commit 5cae211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/util/links.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { describe, expect, test } from 'vitest'
99

1010
import { links } from './links'
1111

12-
describe('check links are accessible', () => {
12+
describe.skip('check links are accessible', () => {
1313
for (const [key, url] of Object.entries(links)) {
1414
test(key, async () => {
1515
// if we run into a page where HEAD doesn't work, we can fall back to GET

0 commit comments

Comments
 (0)