Skip to content

Commit

Permalink
Revert "temporarily skip TestLanguageNewSmoke for java" (#16089)
Browse files Browse the repository at this point in the history
Reverts #16087.  The issue has now been fixed upstream.

Close #16086
  • Loading branch information
tgummerer committed Apr 30, 2024
1 parent d728ada commit 85d10fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ func TestLanguageNewSmoke(t *testing.T) {
for _, runtime := range Runtimes {
t.Run(runtime, func(t *testing.T) {
//nolint:paralleltest
if runtime == "java" {
t.Skip("this test is currently broken for java, see https://github.com/pulumi/pulumi/issues/16086")
}

e := ptesting.NewEnvironment(t)
defer deleteIfNotFailed(e)
Expand Down

0 comments on commit 85d10fb

Please sign in to comment.