Run tests in mobile/android/geckoview/src/test/java/org/mozilla/gecko/util/ in a different test suite
Categories
(GeckoView :: General, task)
Tracking
(Not tracked)
People
(Reporter: RyanVM, Unassigned)
Details
I was poking around recently and came upon the tests in mobile/android/geckoview/src/test/java/org/mozilla/gecko/util/
, but I can't see any test suites in CI where they're currently running. The only Android-specific test suite I see running on GeckoView are the junit tests, but this directory doesn't fall under that from what I can see.
Given that we've added new tests to this directory even somewhat recently, I assume this is something that was intended to be running in CI. Makoto, I see you were in here recently. Is there something I'm missing? :-)
Reporter | ||
Comment 1•11 months ago
|
||
With some help from Olivia, we found them running in the source-test-mozlint-android-lints
job in CI, which seems pretty unintuitive. Probably not as urgent to fix now, but it does feel like these should really be running somewhere more obvious.
Updated•11 months ago
|
Description
•