fixed instrumentation tests crashes in emulator
Summary:Improving CircleCI stability running tests Closes https://github.com/facebook/react-native/pull/6270 Differential Revision: D3005903 fb-gh-sync-id: 3421546a19b20db5485b3f816e2c6008e8121749 shipit-source-id: 3421546a19b20db5485b3f816e2c6008e8121749
This commit is contained in:
parent
39409dda2d
commit
32dd1fe35a
|
@ -10,7 +10,8 @@
|
|||
<!-- needed for screenshot tests -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<application>
|
||||
<application
|
||||
android:hardwareAccelerated="false">
|
||||
<activity
|
||||
android:name="com.facebook.react.testing.ReactAppTestActivity"
|
||||
android:theme="@style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen"
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
<!-- needed for screenshot tests -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<application>
|
||||
<application
|
||||
android:hardwareAccelerated="false">
|
||||
<uses-library android:name="android.test.runner" />
|
||||
<activity
|
||||
android:name="com.facebook.react.testing.ReactAppTestActivity"
|
||||
|
|
Loading…
Reference in New Issue