Skip to content

Commit

Permalink
Skip flaky configure test (#2549)
Browse files Browse the repository at this point in the history
The test is flaky, so it should be skipped until we have time to dig
into it.

addresses #2530
  • Loading branch information
VenelinMartinov authored Oct 30, 2024
1 parent ac76596 commit 8e098d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/tfbridge/tests/provider_configure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ import (
"github.com/pulumi/pulumi/sdk/v3/go/common/resource"
"github.com/zclconf/go-cty/cty"

"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/internal/tests/cross-tests"
crosstests "github.com/pulumi/pulumi-terraform-bridge/v3/pkg/internal/tests/cross-tests"
)

func TestConfigureSimpleValues(t *testing.T) {
t.Skip("TODO[pulumi/pulumi-terraform-bridge#2530]: flaky")
t.Run("string", crosstests.MakeConfigure(map[string]*schema.Schema{
"f0": {Type: schema.TypeString, Required: true},
}, cty.ObjectVal(map[string]cty.Value{
Expand Down

0 comments on commit 8e098d0

Please sign in to comment.