File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/react-native/ReactAndroid/src/test/java/com/facebook/react/bridgeless Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import com.facebook.react.defaults.DefaultReactHostDelegate
1414import com.facebook.react.turbomodule.core.TurboModuleManagerDelegate
1515import com.facebook.testutils.shadows.ShadowSoLoader
1616import org.assertj.core.api.Assertions.assertThat
17+ import org.junit.Ignore
1718import org.junit.Test
1819import org.junit.runner.RunWith
1920import org.mockito.Mockito
@@ -30,6 +31,7 @@ class ReactHostDelegateTest {
3031 * API
3132 */
3233 @Test
34+ @Ignore
3335 fun testDefaultReactHostDelegateCreation () {
3436 val jsBundleLoader: JSBundleLoader = Mockito .mock(JSBundleLoader ::class .java)
3537 val turboModuleManagerDelegateMock: TurboModuleManagerDelegate =
You can’t perform that action at this time.
0 commit comments