@@ -93,26 +93,8 @@ func unifiedHostCreateJobTest(t *testing.T) {
9393 })
9494}
9595
96- func TestAccUnifiedHostCreateJobsAWS (t * testing.T ) {
96+ func TestMwsAccUnifiedHostCreateJobs (t * testing.T ) {
9797 initUnifiedHostAccountEnv (t )
98- if ! IsAws (t ) {
99- Skipf (t )("This test is only running on AWS" )
100- }
101- unifiedHostCreateJobTest (t )
102- }
103- func TestAccUnifiedHostCreateJobsAzure (t * testing.T ) {
104- initUnifiedHostAccountEnv (t )
105- if ! IsAzure (t ) {
106- Skipf (t )("This test is only running on Azure" )
107- }
108- unifiedHostCreateJobTest (t )
109- }
110-
111- func TestAccUnifiedHostCreateJobsGCP (t * testing.T ) {
112- initUnifiedHostAccountEnv (t )
113- if ! IsGcp (t ) {
114- Skipf (t )("This test is only running on GCP" )
115- }
11698 unifiedHostCreateJobTest (t )
11799}
118100
@@ -176,24 +158,7 @@ func initUnifiedHostWorkspaceEnv(t *testing.T) {
176158 }
177159}
178160
179- func TestAccUnifiedHostWorkspaceCreateJobsAWS (t * testing.T ) {
161+ func TestAccUnifiedHostWorkspaceCreateJobs (t * testing.T ) {
180162 initUnifiedHostWorkspaceEnv (t )
181- if ! IsAws (t ) {
182- Skipf (t )("This test is only running on AWS" )
183- }
184- unifiedHostWorkspaceCreateJobTest (t )
185- }
186- func TestAccUnifiedHostWorkspaceCreateJobsAzure (t * testing.T ) {
187- initUnifiedHostWorkspaceEnv (t )
188- if ! IsAzure (t ) {
189- Skipf (t )("This test is only running on Azure" )
190- }
191- unifiedHostWorkspaceCreateJobTest (t )
192- }
193- func TestAccUnifiedHostWorkspaceCreateJobsGCP (t * testing.T ) {
194- initUnifiedHostWorkspaceEnv (t )
195- if ! IsGcp (t ) {
196- Skipf (t )("This test is only running on GCP" )
197- }
198163 unifiedHostWorkspaceCreateJobTest (t )
199164}
0 commit comments