Skip to content

Commit

Permalink
fixed instrumentation tests crashes in emulator
Browse files Browse the repository at this point in the history
Summary:Improving CircleCI stability running tests
Closes facebook#6270

Differential Revision: D3005903

fb-gh-sync-id: 3421546a19b20db5485b3f816e2c6008e8121749
shipit-source-id: 3421546a19b20db5485b3f816e2c6008e8121749
  • Loading branch information
bestander authored and Facebook Github Bot 3 committed Mar 3, 2016
1 parent 39409dd commit 32dd1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ReactAndroid/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion ReactAndroid/src/androidTest/buck-runner/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 32dd1fe

Please sign in to comment.