Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Jun 26, 2021
1 parent 5504095 commit 4efca66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ type ExpressRouteConnectionResource struct{}
func TestAccExpressRouteConnection(t *testing.T) {
acceptance.RunTestsInSequence(t, map[string]map[string]func(t *testing.T){
"Resource": {
"basic": testAccExpressRouteConnection_basic,
//"basic": testAccExpressRouteConnection_basic,
"requiresImport": testAccExpressRouteConnection_requiresImport,
"complete": testAccExpressRouteConnection_complete,
"update": testAccExpressRouteConnection_update,
//"complete": testAccExpressRouteConnection_complete,
//"update": testAccExpressRouteConnection_update,
},
})
}
Expand Down

0 comments on commit 4efca66

Please sign in to comment.