From e8a25b8db41b1ed136252381e06aa1eb770bc97c Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 17 Jan 2025 11:16:52 +0000 Subject: [PATCH] uncomment --- integration/bundle/apps_test.go | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/integration/bundle/apps_test.go b/integration/bundle/apps_test.go index 2621a042e6..23cd784be2 100644 --- a/integration/bundle/apps_test.go +++ b/integration/bundle/apps_test.go @@ -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.")