| commit | 670c58dbd8b661ec6ed1534fcd79b1a0be99d8fe | [log] [tgz] |
|---|---|---|
| author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 03 00:47:39 2020 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 03 00:47:39 2020 +0000 |
| tree | 31796231c6ba59b3a7f5ea329950b90508df5f5c | |
| parent | 115af190e2e6f7b86afa7f20fb1aff20f61c2f6b [diff] | |
| parent | 49d4dd23caba9fc2517bae60ce9b7bca356479a8 [diff] |
Merge "Disable AdbPairingConnectionTest#MultipleClientsOnePass." am: 49d4dd23ca Change-Id: I2a8a1dc3bbe26c5a88df8259c215bde32b39868a
diff --git a/adb/pairing_connection/tests/pairing_connection_test.cpp b/adb/pairing_connection/tests/pairing_connection_test.cpp index b6e09f1..86b66aa 100644 --- a/adb/pairing_connection/tests/pairing_connection_test.cpp +++ b/adb/pairing_connection/tests/pairing_connection_test.cpp
@@ -440,7 +440,7 @@ EXPECT_FALSE(*(server_waiter.is_valid_)); } -TEST_F(AdbPairingConnectionTest, MultipleClientsOnePass) { +TEST_F(AdbPairingConnectionTest, DISABLED_MultipleClientsOnePass) { // Send multiple clients with bad passwords, but send the last one with the // correct password. std::vector<uint8_t> pswd{0x01, 0x03, 0x05, 0x07};