@@ -70,10 +70,10 @@ export default defineConfig({
7070 testIgnore : [
7171 "**/playwright/e2e/plugins/rbac/**/*.spec.ts" ,
7272 "**/playwright/e2e/**/*-rbac.spec.ts" ,
73- "**/playwright/e2e/verify-tls-config-with-external-postgres-db .spec.ts" ,
73+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-crunchy .spec.ts" ,
7474 "**/playwright/e2e/auth-providers/**/*.spec.ts" ,
7575 "**/playwright/e2e/plugins/bulk-import.spec.ts" ,
76- "**/playwright/e2e/verify-tls-config-health-check .spec.ts" ,
76+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-rds .spec.ts" ,
7777 "**/playwright/e2e/configuration-test/config-map.spec.ts" ,
7878 "**/playwright/e2e/plugins/tekton/tekton.spec.ts" ,
7979 "**/playwright/e2e/dynamic-home-page-customization.spec.ts" ,
@@ -86,7 +86,7 @@ export default defineConfig({
8686 testMatch : [
8787 "**/playwright/e2e/plugins/rbac/**/*.spec.ts" ,
8888 "**/playwright/e2e/**/*-rbac.spec.ts" ,
89- "**/playwright/e2e/verify-tls-config-with-external-postgres-db .spec.ts" ,
89+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-crunchy .spec.ts" ,
9090 "**/playwright/e2e/plugins/bulk-import.spec.ts" ,
9191 "**/playwright/e2e/plugins/quick-start.spec.ts" ,
9292 "**/playwright/e2e/plugins/scorecard/scorecard.spec.ts" ,
@@ -97,7 +97,7 @@ export default defineConfig({
9797 testMatch : [ "**/playwright/e2e/auth-providers/*.spec.ts" ] ,
9898 testIgnore : [
9999 "**/playwright/e2e/auth-providers/github-happy-path.spec.ts" , // temporarily disable
100- "**/playwright/e2e/verify-tls-config-health-check .spec.ts" ,
100+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-rds .spec.ts" ,
101101 "**/playwright/e2e/dynamic-home-page-customization.spec.ts" ,
102102 ] ,
103103 retries : 1 ,
@@ -110,14 +110,14 @@ export default defineConfig({
110110 "**/playwright/e2e/smoke-test.spec.ts" ,
111111 "**/playwright/e2e/plugins/rbac/**/*.spec.ts" ,
112112 "**/playwright/e2e/**/*-rbac.spec.ts" ,
113- "**/playwright/e2e/verify-tls-config-with-external-postgres-db .spec.ts" ,
113+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-crunchy .spec.ts" ,
114114 "**/playwright/e2e/auth-providers/**/*.spec.ts" ,
115115 "**/playwright/e2e/plugins/bulk-import.spec.ts" ,
116116 "**/playwright/e2e/plugins/tekton/tekton.spec.ts" ,
117117 "**/playwright/e2e/scaffolder-backend-module-annotator.spec.ts" ,
118118 "**/playwright/e2e/plugins/ocm.spec.ts" ,
119119 "**/playwright/e2e/audit-log/**/*.spec.ts" ,
120- "**/playwright/e2e/verify-tls-config-health-check .spec.ts" ,
120+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-rds .spec.ts" ,
121121 "**/playwright/e2e/configuration-test/config-map.spec.ts" ,
122122 "**/playwright/e2e/github-happy-path.spec.ts" ,
123123 "**/playwright/e2e/dynamic-home-page-customization.spec.ts" ,
@@ -141,13 +141,13 @@ export default defineConfig({
141141 testIgnore : [
142142 "**/playwright/e2e/plugins/rbac/**/*.spec.ts" ,
143143 "**/playwright/e2e/**/*-rbac.spec.ts" ,
144- "**/playwright/e2e/verify-tls-config-with-external-postgres-db .spec.ts" ,
144+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-crunchy .spec.ts" ,
145145 "**/playwright/e2e/auth-providers/**/*.spec.ts" ,
146146 "**/playwright/e2e/plugins/bulk-import.spec.ts" ,
147147 "**/playwright/e2e/plugins/tekton/tekton.spec.ts" ,
148148 "**/playwright/e2e/scaffolder-backend-module-annotator.spec.ts" ,
149149 "**/playwright/e2e/audit-log/**/*.spec.ts" ,
150- "**/playwright/e2e/verify-tls-config-health-check .spec.ts" ,
150+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-rds .spec.ts" ,
151151 "**/playwright/e2e/configuration-test/config-map.spec.ts" ,
152152 "**/playwright/e2e/github-happy-path.spec.ts" ,
153153 "**/playwright/e2e/dynamic-home-page-customization.spec.ts" ,
@@ -169,7 +169,7 @@ export default defineConfig({
169169 dependencies : [ "smoke-test" ] ,
170170 testMatch : [
171171 "**/playwright/e2e/configuration-test/config-map.spec.ts" ,
172- "**/playwright/e2e/verify-tls-config-health-check .spec.ts" ,
172+ "**/playwright/e2e/external-database/ verify-tls-config-with-external-rds .spec.ts" ,
173173 ] ,
174174 } ,
175175
0 commit comments