We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69146df commit 04c5b7fCopy full SHA for 04c5b7f
internal/acceptance/unified_host_acc_test.go
@@ -160,5 +160,8 @@ func initUnifiedHostWorkspaceEnv(t *testing.T) {
160
161
func TestAccUnifiedHostWorkspaceCreateJobs(t *testing.T) {
162
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
+ }
166
unifiedHostWorkspaceCreateJobTest(t)
167
}
0 commit comments