fixed test for gcp

This commit is contained in:
Andrew Nester 2024-12-18 14:34:01 +01:00
parent e622ab51f0
commit db516b6e72
No known key found for this signature in database
GPG Key ID: 12BC628A44B7DA57
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ import (
func TestDeployBundleWithApp(t *testing.T) {
ctx, wt := acc.WorkspaceTest(t)
if testutil.GetCloud(t) == testutil.GCP {
t.Skip("Skipping test for GCP cloud because /api/2.0/apps is temporarily unavailable there.")
}
uniqueId := uuid.New().String()
appId := fmt.Sprintf("app-%s", uuid.New().String()[0:8])
nodeTypeId := testutil.GetCloud(t).NodeTypeID()