From 2876e42af3fb9b85e97515da3defb7e3eadcf62b Mon Sep 17 00:00:00 2001 From: Adam Nichols Date: Thu, 22 Feb 2024 09:00:05 -0500 Subject: [PATCH] Fix test --- .../actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala b/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala index 4253b1877be..f8d6e071b31 100644 --- a/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala +++ b/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala @@ -936,12 +936,10 @@ class GcpBatchAsyncBackendJobExecutionActorSpec "runtimeAttributes:bootDiskSizeGb" -> "10", "runtimeAttributes:continueOnReturnCode" -> "0", "runtimeAttributes:cpu" -> "1", - "runtimeAttributes:cpuMin" -> "1", "runtimeAttributes:disks" -> "local-disk 200 SSD", "runtimeAttributes:docker" -> "ubuntu:latest", "runtimeAttributes:failOnStderr" -> "false", "runtimeAttributes:memory" -> "2 GB", - "runtimeAttributes:memoryMin" -> "2 GB", "runtimeAttributes:noAddress" -> "false", "runtimeAttributes:preemptible" -> "0", "runtimeAttributes:zones" -> "us-central1-b,us-central1-a",