Skip to content

Commit 541906d

Browse files
committed
Android: exclude test suites from instrumented test discovery, otherwise we see test count doubled. Tests are still run with this change
1 parent f04f307 commit 541906d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IDE/Android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ android {
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15+
testInstrumentationRunnerArguments notClass: 'com.wolfssl.wolfcrypt.test.WolfCryptTestSuite,com.wolfssl.provider.jce.test.WolfJCETestSuite,com.wolfssl.wolfcrypt.test.fips.WolfCryptFipsTestSuite'
1516
externalNativeBuild {
1617
cmake {
1718
cppFlags ""

0 commit comments

Comments
 (0)