diff --git a/centaur/src/main/resources/reference.conf b/centaur/src/main/resources/reference.conf index c657d3790fe..df51bc0300e 100644 --- a/centaur/src/main/resources/reference.conf +++ b/centaur/src/main/resources/reference.conf @@ -44,7 +44,7 @@ centaur { # Path (absolute or relative) where Centaur will look for test cases. The expectation is that each test # case will be in a subdirectory named FOO with workflow, inputs, and options files. - standardTestCasePath: "centaur/src/main/resources/lmtest" + standardTestCasePath: "centaur/src/main/resources/standardTestCases" # optionalTestPath: "/some/path/to/tests" # A mixture of syntaxes used by diff --git a/centaur/src/main/resources/standardTestCases/recursive_imports/recursive_imports_cost.options b/centaur/src/main/resources/standardTestCases/recursive_imports/recursive_imports_cost.options new file mode 100644 index 00000000000..cdf39810203 --- /dev/null +++ b/centaur/src/main/resources/standardTestCases/recursive_imports/recursive_imports_cost.options @@ -0,0 +1,3 @@ +{ + "read_from_cache":false +} \ No newline at end of file diff --git a/centaur/src/main/resources/standardTestCases/recursive_imports_cost.test b/centaur/src/main/resources/standardTestCases/recursive_imports_cost.test index 44eb31f40e5..5e07f18b1ab 100644 --- a/centaur/src/main/resources/standardTestCases/recursive_imports_cost.test +++ b/centaur/src/main/resources/standardTestCases/recursive_imports_cost.test @@ -10,6 +10,8 @@ files { sub_workflow_interactions/sub_workflow_interactions_import.wdl, sub_workflow_interactions/sub_workflow_interactions.wdl ] + # Adds option to disable call-caching + options: recursive_imports/recursive_imports_cost.options } metadata { @@ -17,4 +19,4 @@ metadata { status: Succeeded } -cost: 0.011111 +cost: 0.0016 \ No newline at end of file