summaryrefslogtreecommitdiff
path: root/java/rro_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/rro_test.go')
-rw-r--r--java/rro_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/rro_test.go b/java/rro_test.go
index b94651137..1978ad67d 100644
--- a/java/rro_test.go
+++ b/java/rro_test.go
@@ -24,6 +24,7 @@ import (
)
func TestRuntimeResourceOverlay(t *testing.T) {
+ t.Parallel()
fs := android.MockFS{
"baz/res/res/values/strings.xml": nil,
"bar/res/res/values/strings.xml": nil,
@@ -129,6 +130,7 @@ func TestRuntimeResourceOverlay(t *testing.T) {
}
func TestRuntimeResourceOverlay_JavaDefaults(t *testing.T) {
+ t.Parallel()
result := android.GroupFixturePreparers(
PrepareForTestWithJavaDefaultModules,
android.FixtureModifyConfig(android.SetKatiEnabledForTests),