From 1db2dc49bc0b1f48bc690a7585ce9f6bd3619270 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Sat, 27 Apr 2024 17:08:04 +0900 Subject: [PATCH] Highlight Note. Change-Id: I9ec8e49a3fcd88de9de1838b3003ed81150d4cf6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d90a427b0..9535dded5 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,8 @@ To run the tests execute the following gradle tasks: - `testDemoDebug` run all local tests against the `demoDebug` variant. - `connectedDemoDebugAndroidTest` run all instrumented tests against the `demoDebug` variant. -**Note:** You should not run `./gradlew test` or `./gradlew connectedAndroidTest` as this will execute +> [!NOTE] +> You should not run `./gradlew test` or `./gradlew connectedAndroidTest` as this will execute tests against _all_ build variants which is both unecessary and will result in failures as only the `demoDebug` variant is supported. No other variants have any tests (although this might change in future).