Skip to content

Commit 8a12408

Browse files
authored
cobalt/test: Fix Navigation Browser Tests for Android (#6837)
This change corrects missing data files and serving issues for nav browser tests. This keeps these tests disabled for non-Android builds. Since these tests take a significant amount of time to run, follow-up PRs will enable these for other platforms. Test: out/android-arm_devel/bin/run_cobalt_browsertests -v Bug: 432503432
1 parent 53a3511 commit 8a12408

2 files changed

Lines changed: 230 additions & 45 deletions

File tree

cobalt/testing/browser_tests/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ test("cobalt_browsertests") {
346346
]
347347

348348
data = [
349-
"data/",
349+
"//content/test/data/",
350350
"//media/test/data/",
351351
]
352352

0 commit comments

Comments
 (0)