Skip to content

Commit 0cb3a78

Browse files
committed
chore: add comment about disabled test
1 parent f993b13 commit 0cb3a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/modified-tests/middleware-general/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe('Middleware Runtime', () => {
185185
await check(() => browser.eval('document.documentElement.innerHTML'), /"slug":"hello"/)
186186

187187
await check(() => browser.elementByCss('body').text(), /\/to-ssg/)
188-
// NTL Skip - why is this supposed to be true? The middleware adds a query param but it seems it's not meant to be here
188+
// NTL Skip - https://github.com/netlify/next-runtime/issues/1821
189189
// expect(JSON.parse(await browser.elementByCss('#query').text())).toEqual({
190190
// slug: 'hello',
191191
// })

0 commit comments

Comments
 (0)