Re-enabled disabled tests ReactPropForShadowNodeSpecTest and ReactPropForShadowNodeSetterTest (#1494)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1494 X-link: https://github.com/facebook/react-native/pull/41788 Those tests are currently disabled due to Yoga attempting to do JNI calls. I've added infra to bypass .so loading during tests, and we should be good to re-enable those tests by now. Changelog: [Internal] [Changed] - Re-enabled disabled tests ReactPropForShadowNodeSpecTest and ReactPropForShadowNodeSetterTest Reviewed By: NickGerleman Differential Revision: D51814491 fbshipit-source-id: adbbace19c94a0c6d8947f61221fafafd7797ac8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dde0fda9f5
commit
7b3b66d288
@@ -27,5 +27,5 @@ public abstract class YogaConfig {
|
||||
|
||||
public abstract YogaLogger getLogger();
|
||||
|
||||
abstract long getNativePointer();
|
||||
protected abstract long getNativePointer();
|
||||
}
|
||||
|
@@ -60,7 +60,7 @@ public abstract class YogaConfigJNIBase extends YogaConfig {
|
||||
return mLogger;
|
||||
}
|
||||
|
||||
long getNativePointer() {
|
||||
protected long getNativePointer() {
|
||||
return mNativePointer;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user