Ignore CatalystNativeJSToJavaParametersTestCase for now
Reviewed By: javache Differential Revision: D5189336 fbshipit-source-id: a9d9e6ff17bf85af5e0e6146b13e2f96022435ba
This commit is contained in:
parent
5114b61b5e
commit
2dfcde4c7b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue