aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2015-09-09 12:42:04 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-09-09 17:35:05 +0000
commitb4efd95ab7314eae252f54dd875ae7a564558c76 (patch)
treee19ce2ddd3687bd55b3b264ce4511f386bbe0f09 /src/main
parent7728c8f50be72727cb1a20f60c011548f27e6212 (diff)
StandaloneTestStrategy: Remove unnecessary TODO, as dmarting recently implemented timeout support.
-- MOS_MIGRATED_REVID=102651003
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java1
1 files changed, 0 insertions, 1 deletions
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;