test(acc): azurerm_lb_rule
Ignore azurerm_lb resources since it's not necessary to test them here.main
parent
57cdd84bc8
commit
73ca972e19
|
@ -22,7 +22,7 @@ func TestAcc_Azure_LoadBalancerRules(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
result.AssertInfrastructureIsInSync()
|
||||
result.AssertManagedCount(2)
|
||||
result.AssertManagedCount(1)
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
*
|
||||
!azurerm_lb
|
||||
!azurerm_lb_rule
|
||||
|
|
Loading…
Reference in New Issue