Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Jan 17, 2025
1 parent fdcaba3 commit e8a25b8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions integration/bundle/apps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ func TestDeployBundleWithApp(t *testing.T) {
ctx, wt := acc.WorkspaceTest(t)

// TODO: should only skip app run when app can be created with no_compute option.
/*
if testing.Short() {
t.Log("Skip the app creation and run in short mode")
return
}
*/
if testing.Short() {
t.Log("Skip the app creation and run in short mode")
return
}

if testutil.GetCloud(t) == testutil.GCP {
t.Skip("Skipping test for GCP cloud because /api/2.0/apps is temporarily unavailable there.")
Expand Down

0 comments on commit e8a25b8

Please sign in to comment.