Skip to content

Commit 04c5b7f

Browse files
committed
-
1 parent 69146df commit 04c5b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/acceptance/unified_host_acc_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,8 @@ func initUnifiedHostWorkspaceEnv(t *testing.T) {
160160

161161
func TestAccUnifiedHostWorkspaceCreateJobs(t *testing.T) {
162162
initUnifiedHostWorkspaceEnv(t)
163+
if !IsAzure(t) {
164+
Skipf(t)("This test is only running on Azure until ACCOUNT_ID is exported in our workspace test environments")
165+
}
163166
unifiedHostWorkspaceCreateJobTest(t)
164167
}

0 commit comments

Comments
 (0)