1
0
forked from baron/baron-sso

refresh-token e2e 테스트와 설정 임시제거

This commit is contained in:
2026-06-15 09:36:29 +09:00
parent ce40df7ea3
commit 23a3a084b8
4 changed files with 1 additions and 154 deletions

View File

@@ -28,7 +28,6 @@ const baseURL = process.env.PLAYWRIGHT_BASE_URL || "http://127.0.0.1:4174";
*/
export default defineConfig({
testDir: "./tests",
testIgnore: ["**/devfront-refresh-token.spec.ts"],
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */