Commit 217ee5a
authored
[AppDistro] Disable automatic integration test execution with check task (#8115)
The `check` task no longer implicitly depends on `integrationTest` for
the `firebase-appdistribution-gradle` module.
Unit test, unlike integration tests, block submission of PRs, and the
test has been failing frequently.
Integration tests can still be run explicitly via `./gradlew
:firebase-appdistribution-gradle:integrationTest`.1 parent b53a55c commit 217ee5a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments