Skip to content

Commit

Permalink
remove skip on expensive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skyscrapr committed Jul 13, 2023
1 parent fdff9ce commit d034d34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openai/finetune_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
)

func TestAccFineTuneResource(t *testing.T) {
t.Skip("Cost associated with test")
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccOpenAI(t); testAccPreCheck(t) },
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
Expand Down

0 comments on commit d034d34

Please sign in to comment.