Skip to content

Commit e900a0d

Browse files
committed
Add missing test options snippet constant
1 parent c19a946 commit e900a0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/update_android_ui_test_gradle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"androidx.test.uiautomator:uiautomator:2.2.0",
2424
)
2525

26-
TEST_OPTIONS_SNIPPET = """
26+
# Snippet injected into the android { } block to keep instrumentation runs stable.
27+
TEST_OPTIONS_SNIPPET: str = """
2728
testOptions {
2829
animationsDisabled = true
2930
}

0 commit comments

Comments
 (0)