Skip to content

Commit

Permalink
Fix the EAP build (#9166) (hashicorp#6448)
Browse files Browse the repository at this point in the history
[upstream:c5adf7008bdb20b3729eefcde909379aad729a29]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 4, 2023
1 parent 64d3e62 commit 493ae3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/9166.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ func TestAccClouddeployTarget_withProviderDefaultLabels(t *testing.T) {
acctest.VcrTest(t, resource.TestCase{
PreCheck: func() { acctest.AccTestPreCheck(t) },
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
CheckDestroy: testAccCheckClouddeployTargetDestroyProducer(t),
// Comment it out temporarily to fix the build of EAP
// CheckDestroy: testAccCheckClouddeployTargetDestroyProducer(t),
Steps: []resource.TestStep{
{
Config: testAccClouddeployTarget_withProviderDefaultLabels(context),
Expand Down

0 comments on commit 493ae3a

Please sign in to comment.