Repository: flink
Updated Branches:
  refs/heads/master 36b928422 -> 391f9667c


[scala-shell] [tests] Remove unnecessary output check

https://s3.amazonaws.com/archive.travis-ci.org/jobs/67848150/log.txt


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/391f9667
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/391f9667
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/391f9667

Branch: refs/heads/master
Commit: 391f9667c6aec6422fedcf705659877447f6a1af
Parents: 36b9284
Author: Ufuk Celebi <u...@apache.org>
Authored: Mon Jun 22 18:02:18 2015 +0200
Committer: Ufuk Celebi <u...@apache.org>
Committed: Mon Jun 22 18:02:32 2015 +0200

----------------------------------------------------------------------
 .../test/scala/org/apache/flink/api/scala/ScalaShellITSuite.scala  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/391f9667/flink-staging/flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITSuite.scala
----------------------------------------------------------------------
diff --git 
a/flink-staging/flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITSuite.scala
 
b/flink-staging/flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITSuite.scala
index c3bb320..01fdaf0 100644
--- 
a/flink-staging/flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITSuite.scala
+++ 
b/flink-staging/flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITSuite.scala
@@ -74,8 +74,6 @@ class ScalaShellITSuite extends FunSuite with Matchers with 
BeforeAndAfterAll {
     output should not include "error"
     output should not include "Exception"
 
-    output should include("Job execution switched to status FINISHED.")
-
 //    some of the words that should be included
     output should include("(a,1)")
     output should include("(whether,1)")

Reply via email to