aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Liu <congxiliu@google.com>2024-02-16 22:59:34 +0000
committerKevin Liu <congxiliu@google.com>2024-02-16 22:59:39 +0000
commit58125465b60d7a74869d40adf7efc5c14b35d835 (patch)
tree47490f9c4e1c07647484433a26c650746d2845dd
parente5340a5031ab402cc91a47d89af3f833dd960ba7 (diff)
downloadrobolectric-58125465b60d7a74869d40adf7efc5c14b35d835.tar.gz
Temporarily disable SQLiteDatabaseTest from ctesque tests
Due to the fact that SQLiteDatabaseTest is not meant for legacy sqlite mode. Disabling till we have proper support of RNR in Android Bug: 323922587 Test: atest CtesqueRoboTests Change-Id: I99b18b9d293eaf006aecd2295c3883515e89138d
-rw-r--r--integration_tests/ctesque/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/integration_tests/ctesque/Android.bp b/integration_tests/ctesque/Android.bp
index 9343623dd..3a13f8e55 100644
--- a/integration_tests/ctesque/Android.bp
+++ b/integration_tests/ctesque/Android.bp
@@ -8,6 +8,10 @@ android_robolectric_test {
"src/sharedTest/**/*.java",
"src/sharedTest/**/*.kt",
],
+ // TODO(b/325659920) To be add back once we properly support RNR in Android.
+ exclude_srcs: [
+ "src/sharedTest/java/android/database/SQLiteDatabaseTest.java",
+ ],
static_libs: [
"androidx.core_core",
"androidx.test.uiautomator_uiautomator",