Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/nine-rockets-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions integration/tests/resiliency.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withEmailCodes] })('resilienc
});

// TODO: Fix flakiness when intercepting environment requests
test.skip('clerk-js environment fails and status degraded', async ({ page, context }) => {
const u = createTestUtils({ app, page, context });
test('clerk-js environment fails and status degraded', async ({ page, context }) => {
const u = createTestUtils({ app, page, context, useTestingToken: false });

await page.route('**/v1/environment?**', route => route.fulfill(make500ClerkResponse()));

Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading