Skip to content

Commit cbe7e1f

Browse files
committed
Enable Android exception tests
1 parent 9c1e3d2 commit cbe7e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SDKTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class SDKTest extends TestCase
7979
'envs' => [
8080
'java-8' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/android alvrme/alpine-android:latest-jdk8 sh -c "./gradlew :library:testReleaseUnitTest -q && cat library/result.txt"',
8181
],
82-
'supportException' => false,
82+
'supportException' => true,
8383
'supportRealtime' => true,
8484
],
8585

0 commit comments

Comments
 (0)