From 323b2692b6bac545d3f0c93a4a7c05ea3bec9b4e Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 19 Jan 2023 13:52:27 +0000 Subject: [PATCH] parameterize s3 --- .../cloud-runner/tests/cloud-runner-async-workflow.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts b/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts index 92f3b659..a4cb1552 100644 --- a/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts @@ -14,11 +14,7 @@ describe('Cloud Runner Async Workflows', () => { setups(); it('Responds', () => {}); - if ( - CloudRunnerOptions.cloudRunnerDebug && - CloudRunnerOptions.cloudRunnerCluster !== `k8s` && - CloudRunnerOptions.cloudRunnerCluster !== `local-docker` - ) { + if (CloudRunnerOptions.cloudRunnerDebug && CloudRunnerOptions.cloudRunnerCluster !== `local-docker`) { it('Async Workflows', async () => { // Setup parameters const buildParameter = await CreateParameters({