chore: work save
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 5m32s
CI Workflow / CI run tests (pull_request) Failing after 5m41s
CI Workflow / CI run build and linting (pull_request) Failing after 5m26s
CI Workflow / Code coverage report (pull_request) Has been skipped
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 5m32s
CI Workflow / CI run tests (pull_request) Failing after 5m41s
CI Workflow / CI run build and linting (pull_request) Failing after 5m26s
CI Workflow / Code coverage report (pull_request) Has been skipped
This commit is contained in:
parent
976d384bcf
commit
ca0f646526
1 changed files with 0 additions and 3 deletions
|
|
@ -188,7 +188,6 @@ func TestAccInstanceReApply(t *testing.T) {
|
|||
PreCheck: func() {
|
||||
testAccPreCheck(t)
|
||||
t.Logf(" ... working on instance %s", exData.TfName)
|
||||
testInstances = append(testInstances, exData.TfName)
|
||||
},
|
||||
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
||||
Steps: []resource.TestStep{
|
||||
|
|
@ -274,7 +273,6 @@ func TestAccInstanceNoEncryption(t *testing.T) {
|
|||
PreCheck: func() {
|
||||
testAccPreCheck(t)
|
||||
t.Logf(" ... working on instance %s", data.TfName)
|
||||
testInstances = append(testInstances, data.TfName)
|
||||
},
|
||||
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
||||
Steps: []resource.TestStep{
|
||||
|
|
@ -377,7 +375,6 @@ func TestAccInstanceEncryption(t *testing.T) {
|
|||
PreCheck: func() {
|
||||
testAccPreCheck(t)
|
||||
t.Logf(" ... working on instance %s", data.TfName)
|
||||
testInstances = append(testInstances, data.TfName)
|
||||
},
|
||||
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
||||
Steps: []resource.TestStep{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue