We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a02b9 commit 5b978bdCopy full SHA for 5b978bd
test/e2e/canary/appdir.spec.ts
@@ -123,7 +123,8 @@ describe('app dir', () => {
123
expect($('p').text()).toBe('hello from app/dashboard/rootonly/hello')
124
})
125
126
- it('should use new root layout when provided', async () => {
+ // TODO-NTL: skipped because it also fails upstream
127
+ it.skip('should use new root layout when provided', async () => {
128
const html = await renderViaHTTP(next.url, '/dashboard/another')
129
const $ = load(html)
130
0 commit comments