commit | ffec1a0c68c8f38222e6bbddbf739f8777412d04 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Feb 26 22:00:19 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 26 22:00:19 2018 +0000 |
tree | 3027d828d8d9313efbf0473b7c35212071f9e073 | |
parent | 727ec42d8d0a98c774bebabbab870c308fc2c17e [diff] | |
parent | 8123135388cb2e7699671a4b28226b5ed9ad2db3 [diff] |
Merge changes I8dcc30b0,I85292ad2,Ie0ab3534 * changes: Settings: Disable failing test Settings: Disable failing test Settings: Fix assertThat in tests
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java index fba11de..4c32c65 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java
@@ -155,7 +155,8 @@ // check that showSoftInput was called to make input method appear when the dialog was shown assertThat(view.isFocused()).isTrue(); - assertThat(imm.isActive()); + // TODO(b/73892004): Figure out why this is failing. + // assertThat(imm.isActive()).isTrue(); verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); }