-
Notifications
You must be signed in to change notification settings - Fork 53
un-skip the ssr loading e2e test in the app-router
app
#406
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
Conversation
|
commit: |
@conico974 any idea if something in the aws package fixed this? In that case this comment might no longer be valid? opennextjs-cloudflare/examples/e2e/app-router/e2e/ssr.test.ts Lines 1 to 2 in db8969b
|
Not sure, maybe this one opennextjs/opennextjs-aws#733, or this one opennextjs/opennextjs-aws#718 |
given the comment I would assume that these tests are skipped during the aws ci e2es, but by looking at the aws code I couldn't see anything that would cause them to be skipped, could you double check if these e2e tests do run (and pass) in the aws e2es? (if so the comment would simply be outdated and no longer valid right?) |
Ho yeah that's an old comment that can be safely removed. There was an issue with lambda streaming itself, but now it is fixed and working correctly in e2e |
ah ok nice! I've removed the comment here then and opened a PR in the aws repo to remove them there too: opennextjs/opennextjs-aws#751 🙂 |
7ea5aba
to
01c1e6b
Compare
I'm pretty sure I was getting this test failing both locally and in CI, but now everything seems to be working just fine... 🤔
fixes #313