Skip to content

Commit 65b3a12

Browse files
PaulJPhilpclaude
andcommitted
chore(tests): remove placeholder skip-marker test from lock-unlock suite
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b9365f0 commit 65b3a12

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/ep-admin/src/__tests__/integration/lock-unlock.integration.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,3 @@ describe.skipIf(!process.env.DATABASE_URL)(
278278
});
279279
}
280280
);
281-
282-
describe.skipIf(process.env.DATABASE_URL)("Lock/Unlock Commands - Skipped", () => {
283-
it("database integration tests skipped - DATABASE_URL not set", () => {
284-
// This test runs when DATABASE_URL is not set to show test was skipped
285-
expect(true).toBe(true);
286-
});
287-
});

0 commit comments

Comments
 (0)