Skip to content

Commit

Permalink
Fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Olenik committed Sep 24, 2022
1 parent 25c8eb5 commit 3bbd086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/codegen/testing/test/sdk_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ var PulumiPulumiSDKTests = []*SDKTest{
{
Directory: "hyphenated-symbols",
Description: "Test that types can have names with hyphens in them",
Skip: codegen.NewStringSet("nodejs", "dotnet"),
Skip: allLanguages.Except("go/any").Except("python/any"),
},
}

Expand Down

0 comments on commit 3bbd086

Please sign in to comment.