Skip to content

Commit d5519c1

Browse files
authored
Merge branch 'master' into ep/firebase-library-plugin-kotlin
2 parents a603f73 + 6556f96 commit d5519c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

firebase-installations/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
* [changed] Internal changes to improve startup time
23

34
# 17.1.0
45
* [changed] Internal changes to ensure functionality alignment with other

transport/transport-runtime/transport-runtime.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ firebaseLibrary {
5454
testLab {
5555
enabled = true
5656

57-
device 'model=blueline,version=28' // Pixel3
57+
// TODO(yifany): Blueline-28 was added in #4558, but has never passed.
58+
// Disabling for now. Re-enable later if needed.
59+
// device 'model=blueline,version=28' // Pixel3
5860
device 'model=walleye,version=27' // Pixel2
5961
device 'model=Nexus4,version=22'
6062
device 'model=Nexus7,version=21'

0 commit comments

Comments
 (0)