Skip to content

Commit

Permalink
Skipping failing postgres test
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Feb 26, 2025
1 parent bbb1d24 commit a5e1f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func Test_TerraformRecipe_KubernetesRedis(t *testing.T) {
// - Create an extender resource using a Terraform recipe that deploys Postgres on Kubernetes.
// - The recipe deployment creates a Kubernetes deployment and a Kubernetes service and a postgres db.
func Test_TerraformRecipe_KubernetesPostgres(t *testing.T) {
t.Skip("Skipping test due to failures: https://github.com/radius-project/radius/issues/8679")
template := "testdata/corerp-resources-terraform-postgres.bicep"
appName := "corerp-resources-terraform-pg-app"
envName := "corerp-resources-terraform-pg-env"
Expand Down

0 comments on commit a5e1f18

Please sign in to comment.