summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-10-25 21:11:45 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-10-25 21:11:45 +0200
commitcb2f83f58ea9a260a4a497e62eb7b917ef00dd4d (patch)
treedc7a5221238be60a380607d41e28e2c01486f24d /container-core
parent008da5cd644abef8523232ccd9f89d2ad9c37df7 (diff)
Add explanation for deactivated test
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/test/java/com/yahoo/container/handler/ThreadPoolProviderTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/test/java/com/yahoo/container/handler/ThreadPoolProviderTestCase.java b/container-core/src/test/java/com/yahoo/container/handler/ThreadPoolProviderTestCase.java
index 6f2c349fbcc..bc231d6bf4c 100644
--- a/container-core/src/test/java/com/yahoo/container/handler/ThreadPoolProviderTestCase.java
+++ b/container-core/src/test/java/com/yahoo/container/handler/ThreadPoolProviderTestCase.java
@@ -68,7 +68,7 @@ public class ThreadPoolProviderTestCase {
}
@Test
- @Ignore
+ @Ignore // Ignored because it depends on the system time and so is unstable on factory
public void testThreadPoolProviderTerminationOnBreakdown() throws InterruptedException {
ThreadpoolConfig config = new ThreadpoolConfig(new ThreadpoolConfig.Builder().maxthreads(2)
.maxThreadExecutionTimeSeconds(1));