You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/06/26 22:05:37 UTC

[incubator-openwhisk] branch master updated: Temporarily ignore test. (#2426)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c05eb5  Temporarily ignore test. (#2426)
1c05eb5 is described below

commit 1c05eb599f1611a8444608ea5ea4f0b712bb3a12
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Mon Jun 26 18:05:35 2017 -0400

    Temporarily ignore test. (#2426)
---
 tests/src/test/scala/whisk/common/SchedulerTests.scala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/src/test/scala/whisk/common/SchedulerTests.scala b/tests/src/test/scala/whisk/common/SchedulerTests.scala
index cc2a56b..7c56077 100644
--- a/tests/src/test/scala/whisk/common/SchedulerTests.scala
+++ b/tests/src/test/scala/whisk/common/SchedulerTests.scala
@@ -62,7 +62,9 @@ class SchedulerTests
      */
     def waitForCalls(calls: Int = callsToProduce, interval: FiniteDuration = timeBetweenCalls) = Thread.sleep((calls + 1) * interval toMillis)
 
-    "A WaitAtLeast Scheduler" should "be killable by sending it a poison pill" in {
+    behavior of "A WaitAtLeast Scheduler"
+
+    ignore should "be killable by sending it a poison pill" in {
         var callCount = 0
         val scheduled = Scheduler.scheduleWaitAtLeast(timeBetweenCalls) { () =>
             callCount += 1

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].