Skip to content

Commit 74e106b

Browse files
committed
remove machine test
1 parent a70e346 commit 74e106b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/tests/machine-auth/component.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const mockAPIKeysEnvironmentSettings = async (
3030
testAgainstRunningApps({
3131
withEnv: [appConfigs.envs.withAPIKeys],
3232
withPattern: ['withMachine.next.appRouter'],
33-
})('api keys component @xmachine', ({ app }) => {
33+
})('api keys component @machine', ({ app }) => {
3434
test.describe.configure({ mode: 'serial' });
3535

3636
let fakeAdmin: FakeUser;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:integration:handshake": "DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=sessions-prod-1 E2E_SESSIONS_APP_1_HOST=multiple-apps-e2e.clerk.app pnpm test:integration:base --grep @handshake",
4545
"test:integration:handshake:staging": "DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=clerkstage-sessions-prod-1 E2E_SESSIONS_APP_1_HOST=clerkstage-sessions-prod-1-e2e.clerk.app pnpm test:integration:base --grep @handshake",
4646
"test:integration:localhost": "pnpm test:integration:base --grep @localhost",
47-
"test:integration:machine": "E2E_APP_ID=withMachine.* pnpm test:integration:base --grep @xmachine",
47+
"test:integration:machine": "E2E_APP_ID=withMachine.* pnpm test:integration:base --grep @machine",
4848
"test:integration:nextjs": "E2E_APP_ID=next.appRouter.* pnpm test:integration:base --grep @nextjs",
4949
"test:integration:nuxt": "E2E_APP_ID=nuxt.node npm run test:integration:base -- --grep @nuxt",
5050
"test:integration:quickstart": "E2E_APP_ID=quickstart.* pnpm test:integration:base --grep @quickstart",

0 commit comments

Comments
 (0)