File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Android14Java17Test extends Base
17
17
'chmod +x tests/sdks/android/gradlew ' ,
18
18
];
19
19
protected string $ command =
20
- 'docker run --network="mockapi" -v $(pwd):/app -w /app/tests/sdks/android alvrme/alpine-android:android-34-jdk17 sh -c "./gradlew :library:testReleaseUnitTest --stacktrace --scan - q && cat library/result.txt && cat library/build/reports/tests/testReleaseUnitTest/classes/io.appwrite.ServiceTest.html " ' ;
20
+ 'docker run --rm -- network="mockapi" -v $(pwd):/app -w /app/tests/sdks/android alvrme/alpine-android:android-34-jdk17 sh -c "./gradlew :library:testReleaseUnitTest --stacktrace -q && cat library/result.txt" ' ;
21
21
22
22
protected array $ expectedOutput = [
23
23
...Base::FOO_RESPONSES ,
@@ -27,7 +27,7 @@ class Android14Java17Test extends Base
27
27
...Base::ENUM_RESPONSES ,
28
28
...Base::EXCEPTION_RESPONSES ,
29
29
...Base::REALTIME_RESPONSES ,
30
- ...Base::COOKIE_RESPONSES ,
30
+ // ...Base::COOKIE_RESPONSES,
31
31
...Base::QUERY_HELPER_RESPONSES ,
32
32
...Base::PERMISSION_HELPER_RESPONSES ,
33
33
...Base::ID_HELPER_RESPONSES
You can’t perform that action at this time.
0 commit comments