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:
Konstantin Raev 2016-03-03 07:29:31 -08:00 committed by Facebook Github Bot 3
parent 39409dda2d
commit 32dd1fe35a
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"