Skip to content

Commit 247b6a2

Browse files
committed
Fixing old failing Android tests by not installing the cordova & platform again
1 parent a2c57ad commit 247b6a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-with-3-plugins.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ADDITIONAL_PLUGIN_1=$4
99
ADDITIONAL_PLUGIN_2=$5
1010
ADDITIONAL_PLUGIN_3=$6
1111

12-
bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION
12+
# Do not reinstall the platforms
13+
#bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION
1314
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION ..
1415
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION $ADDITIONAL_PLUGIN_1
1516
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION $ADDITIONAL_PLUGIN_2

0 commit comments

Comments
 (0)