diff options
Diffstat (limited to 'java/ravenwood_test.go')
-rw-r--r-- | java/ravenwood_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/ravenwood_test.go b/java/ravenwood_test.go index f7fe8e30b..ac4f14782 100644 --- a/java/ravenwood_test.go +++ b/java/ravenwood_test.go @@ -103,6 +103,7 @@ var prepareRavenwoodRuntime = android.GroupFixturePreparers( var installPathPrefix = "out/host/linux-x86/testcases" func TestRavenwoodRuntime(t *testing.T) { + t.Parallel() if runtime.GOOS != "linux" { t.Skip("requires linux") } @@ -133,6 +134,7 @@ func TestRavenwoodRuntime(t *testing.T) { } func TestRavenwoodTest(t *testing.T) { + t.Parallel() if runtime.GOOS != "linux" { t.Skip("requires linux") } |