diff --git a/azurerm/resource_arm_application_gateway_test.go b/azurerm/resource_arm_application_gateway_test.go index 8e7cb34b6eb2..f3d38dbc5e25 100644 --- a/azurerm/resource_arm_application_gateway_test.go +++ b/azurerm/resource_arm_application_gateway_test.go @@ -224,8 +224,8 @@ func TestAccAzureRMApplicationGateway_probes(t *testing.T) { func TestAccAzureRMApplicationGateway_probesPickHostNameFromBackendHTTPSettings(t *testing.T) { resourceName := "azurerm_application_gateway.test" - ri := acctest.RandInt() - + ri := tf.AccRandTimeInt() + resource.ParallelTest(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, Providers: testAccProviders, @@ -249,7 +249,7 @@ func TestAccAzureRMApplicationGateway_probesPickHostNameFromBackendHTTPSettings( func TestAccAzureRMApplicationGateway_settingsPickHostNameFromBackendAddress(t *testing.T) { resourceName := "azurerm_application_gateway.test" - ri := acctest.RandInt() + ri := tf.AccRandTimeInt() resource.ParallelTest(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) },