diff --git a/centaur/src/main/resources/standardTestCases/no_input_delete.test b/centaur/src/main/resources/standardTestCases/no_input_delete.test index d17ec53e2d..f59d4482db 100644 --- a/centaur/src/main/resources/standardTestCases/no_input_delete.test +++ b/centaur/src/main/resources/standardTestCases/no_input_delete.test @@ -2,10 +2,7 @@ name: no_input_delete testFormat: workflowsuccess -# not sure, this sounds a little scary -# - should successfully run no_input_delete *** FAILED *** (35 minutes, 58 seconds) -# centaur.test.CentaurTestException: Expected to find 95 item(s) at gs://blah/no_input_delete_setup/9d5053c1-d04c-4768-8965-8944790601b1/call-no_input_delete/no_input_delete/ but got 15 -backends: [Papiv2, GCPBATCH_FAIL] +backends: [Papiv2, GCPBATCH] files { workflow: delete_intermediates/no_input_delete_setup.wdl @@ -31,7 +28,8 @@ outputExpectations: { # Represents 2 files (.txt and .txt.idx) "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt": 2 "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt.idx": 1 - # No current way to match on the subworkflow id, so for now just make sure the total directory count matches. - "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/no_input_delete_setup/<>/call-no_input_delete/no_input_delete/": 95 + # Directory counts do not match between PAPI v2 and GCP Batch because of PAPI v2 writing tons of pipeline logs that + # GCP Batch does not. This test is really about confirming that we're not deleting inputs so skip that assertion. + # "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/no_input_delete_setup/<>/call-no_input_delete/no_input_delete/": 95 # "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/no_input_delete_setup/<>/call-no_input_delete/no_input_delete/<>/call-simple_mirror/cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt": 1 }