diff options
Diffstat (limited to 'test/buildtool/serve_api/TARGETS')
-rw-r--r-- | test/buildtool/serve_api/TARGETS | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/buildtool/serve_api/TARGETS b/test/buildtool/serve_api/TARGETS index 69455203..89e2379c 100644 --- a/test/buildtool/serve_api/TARGETS +++ b/test/buildtool/serve_api/TARGETS @@ -21,13 +21,7 @@ } , "TESTS": { "type": ["@", "rules", "test", "suite"] - , "arguments_config": ["TEST_COMPATIBLE_REMOTE"] , "stage": ["serve_api"] - , "deps": - { "type": "if" - , "cond": {"type": "var", "name": "TEST_COMPATIBLE_REMOTE"} - , "then": [] - , "else": ["source_tree_client"] - } + , "deps": ["source_tree_client"] } } |