You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/12 08:05:54 UTC

[5/6] incubator-weex git commit: * [test] skip recycler test

* [test] skip recycler test


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/f475d4ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/f475d4ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/f475d4ae

Branch: refs/heads/0.12-dev
Commit: f475d4ae1a19de1ff55aa18b02e829835407a0c5
Parents: 076d11b
Author: sospartan <so...@apache.org>
Authored: Wed Apr 12 16:04:40 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Wed Apr 12 16:04:40 2017 +0800

----------------------------------------------------------------------
 test/scripts/components/recycler.test.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/f475d4ae/test/scripts/components/recycler.test.js
----------------------------------------------------------------------
diff --git a/test/scripts/components/recycler.test.js b/test/scripts/components/recycler.test.js
index f03f08c..c83534d 100644
--- a/test/scripts/components/recycler.test.js
+++ b/test/scripts/components/recycler.test.js
@@ -15,13 +15,11 @@ const isApproximate = (x, y) =>  {
   return Math.abs(x - y) <= (isAndroid ? 2 : 1.5)
 }
 
-describe('recycler', function () {
+describe('recycler @ignore_android', function () {
   this.timeout(util.getTimeoutMills())
   const driver = util.createDriver(wd)
 
   before(function () {
-
-    console.log(util.getPage('/components/recycler.js'))
     return util.init(driver)
       .get(util.getPage('/components/recycler.js'))
       .waitForElementById('waterfall',util.getGETActionWaitTimeMills(),1000)