-
Notifications
You must be signed in to change notification settings - Fork 89
test: add handling for skipped tests moved out of e2e/basepath/basepath.test.ts
#2970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -29,6 +29,8 @@ | |||
"test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts", | |||
"test/e2e/app-dir/rsc-basic/rsc-basic.test.ts", | |||
"test/e2e/basepath.test.ts", | |||
"test/e2e/basepath/basepath.test.ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to add this one here a couple weeks ago for the previous rename
"tests": [ | ||
"basePath should not update URL for a 404", | ||
"basePath should show 404 for page not under the /docs prefix" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there were three tests skipped here previously, but one of these is now passing so I didn't include it
📊 Package size report No changes
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
Description
See vercel/next.js@3f9f403.
Some tests were split out of the test file we were referencing into new test files. This adds handling for the new file name. We must keep the previous config to support running tests against older versions.
See example "unknown failure": https://github.com/opennextjs/opennextjs-netlify/actions/runs/15643078756.
Documentation
N/A
Tests
N/A
Relevant links (GitHub issues, etc.) or a picture of cute animal
N/A