Skip to content

Commit 2f1c94e

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Disable ReactHostDelegateTest.testDefaultReactHostDelegateCreation test
Summary: Disable ReactHostDelegateTest.testDefaultReactHostDelegateCreation test bypass-github-export-checks changelog: [internal] internal Reviewed By: NickGerleman, GijsWeterings Differential Revision: D46204169 fbshipit-source-id: 152ceab773568453c0ab07f2d8c0cb9353b4e8d5
1 parent 2558c3d commit 2f1c94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-native/ReactAndroid/src/test/java/com/facebook/react/bridgeless/ReactHostDelegateTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import com.facebook.react.defaults.DefaultReactHostDelegate
1414
import com.facebook.react.turbomodule.core.TurboModuleManagerDelegate
1515
import com.facebook.testutils.shadows.ShadowSoLoader
1616
import org.assertj.core.api.Assertions.assertThat
17+
import org.junit.Ignore
1718
import org.junit.Test
1819
import org.junit.runner.RunWith
1920
import 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 =

0 commit comments

Comments
 (0)