gigasquid commented on a change in pull request #14531: Chouffe/clojure fix 
tests
URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r270446915
 
 

 ##########
 File path: contrib/clojure-package/test/dev/generator_test.clj
 ##########
 @@ -206,4 +210,5 @@
                                fname)
           good-contents (slurp "test/good-test-ndarray.clj")
           contents (slurp fname)]
-      (is (= good-contents contents)))))
+      ;; FIXME
+      #_(is (= good-contents contents)))))
 
 Review comment:
   it's a new line thing - I have a fixed in the follow up pr

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to