Skip to content

Commit

Permalink
Readd all languages for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Sep 14, 2024
1 parent 353d075 commit 78b972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestCRDsFromUrl(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
for _, lang := range []string{"go"} {
for _, lang := range languages {
t.Run(lang, func(t *testing.T) {
if lang == "dotnet" && (tt.name == "CertManager" || tt.name == "GKEManagedCerts") {
t.Skip("Skipping compilation for dotnet. See https://github.com/pulumi/crd2pulumi/issues/17")
Expand Down

0 comments on commit 78b972f

Please sign in to comment.