Skip to content

Commit

Permalink
Merge pull request #716 from pablochacin/remove-spurious-changes
Browse files Browse the repository at this point in the history
Remove sporious test changes
  • Loading branch information
MalloZup authored Mar 16, 2020
2 parents da06479 + 0ea2dfb commit c2b6ef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libvirt/resource_libvirt_domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,7 @@ func TestAccLibvirtDomain_NetworkInterface(t *testing.T) {
Steps: []resource.TestStep{
{
Config: config,
ExpectNonEmptyPlan: false, // TODO: find why if set to true, the test fails
Destroy: false,
ExpectNonEmptyPlan: false,
Check: resource.ComposeTestCheckFunc(
testAccCheckLibvirtDomainExists("libvirt_domain."+randomDomainName, &domain),
resource.TestCheckResourceAttr(
Expand Down

0 comments on commit c2b6ef5

Please sign in to comment.