Skip to content

Commit 7ee2c64

Browse files
authored
Re-enable Blueline testing on Transport (#5007)
* Re-enable blueline * Remove bug comment
1 parent 1c763f0 commit 7ee2c64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

transport/transport-runtime/transport-runtime.gradle

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

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
57+
device 'model=blueline,version=28' // Pixel3
6058
device 'model=walleye,version=27' // Pixel2
6159
device 'model=Nexus4,version=22'
6260
device 'model=Nexus7,version=21'

0 commit comments

Comments
 (0)