From b4efd95ab7314eae252f54dd875ae7a564558c76 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Wed, 9 Sep 2015 12:42:04 +0000 Subject: StandaloneTestStrategy: Remove unnecessary TODO, as dmarting recently implemented timeout support. -- MOS_MIGRATED_REVID=102651003 --- .../com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java b/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java index 8a133151a6..3991832ed9 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java +++ b/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java @@ -50,7 +50,6 @@ import java.util.Map; @ExecutionStrategy(contextType = TestActionContext.class, name = { "standalone" }) public class StandaloneTestStrategy extends TestStrategy { // TODO(bazel-team) - add tests for this strategy. - // TODO(bazel-team) - add support for test timeouts. private final Path workspace; -- cgit v1.2.3