Ignore CatalystNativeJSToJavaParametersTestCase for now

Reviewed By: javache

Differential Revision: D5189336

fbshipit-source-id: a9d9e6ff17bf85af5e0e6146b13e2f96022435ba
This commit is contained in:
Aaron Chiu 2017-06-06 13:09:28 -07:00 committed by Facebook Github Bot
parent 5114b61b5e
commit 2dfcde4c7b
1 changed files with 3 additions and 0 deletions

View File

@ -41,12 +41,15 @@ import com.facebook.react.uimanager.UIManagerModule;
import com.facebook.react.uimanager.ViewManager;
import com.facebook.react.views.view.ReactViewManager;
import org.junit.Ignore;
/**
* Integration test to verify passing various types of parameters from JS to Java works
*
* TODO: we should run these tests with isBlockingSynchronousMethod = true as well,
* since they currrently use a completely different codepath
*/
@Ignore("Fix prop types and view managers.")
public class CatalystNativeJSToJavaParametersTestCase extends ReactIntegrationTestCase {
private interface TestJSToJavaParametersModule extends JavaScriptModule {