Repository: samza
Updated Branches:
  refs/heads/master c94a26afe -> 2d1073249


SAMZA-1476: Disable flaky TestStatefulTask.testShouldStartAndRestore


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/2d107324
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/2d107324
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/2d107324

Branch: refs/heads/master
Commit: 2d1073249174975f81b9187004aacbd46a91a1d0
Parents: c94a26a
Author: Jagadish <jvenkatra...@linkedin.com>
Authored: Tue Oct 31 08:50:19 2017 -0700
Committer: Jagadish <jvenkatra...@linkedin.com>
Committed: Tue Oct 31 08:50:19 2017 -0700

----------------------------------------------------------------------
 .../scala/org/apache/samza/test/integration/TestStatefulTask.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/2d107324/samza-test/src/test/scala/org/apache/samza/test/integration/TestStatefulTask.scala
----------------------------------------------------------------------
diff --git 
a/samza-test/src/test/scala/org/apache/samza/test/integration/TestStatefulTask.scala
 
b/samza-test/src/test/scala/org/apache/samza/test/integration/TestStatefulTask.scala
index 3ef08e5..0b76223 100644
--- 
a/samza-test/src/test/scala/org/apache/samza/test/integration/TestStatefulTask.scala
+++ 
b/samza-test/src/test/scala/org/apache/samza/test/integration/TestStatefulTask.scala
@@ -78,7 +78,7 @@ class TestStatefulTask extends StreamTaskTestUtil {
     // since the second part of the test expects to replay the input streams.
     "systems.kafka.streams.input.samza.reset.offset" -> "true"))
 
-  @Test
+  //@Test
   def testShouldStartAndRestore {
     // Have to do this in one test to guarantee ordering.
     testShouldStartTaskForFirstTime

Reply via email to