Skip to content

Commit

Permalink
fix: enable rdb acceptance tests (#360)
Browse files Browse the repository at this point in the history
The concurrency issue has been fixed.
  • Loading branch information
kindermoumoute authored Dec 5, 2019
1 parent 390f193 commit b65a268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scaleway/resource_rdb_instance_beta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func TestAccScalewayRdbInstanceBeta(t *testing.T) {
t.Skip("Database Instance currently have a concurrent access issue so we skip this test for now.")
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down

0 comments on commit b65a268

Please sign in to comment.