Merge "Disable AdbPairingConnectionTest#MultipleClientsOnePass."

This commit is contained in:
Joshua Duong 2020-03-03 00:36:22 +00:00 committed by Gerrit Code Review
commit 49d4dd23ca

View file

@ -440,7 +440,7 @@ TEST_F(AdbPairingConnectionTest, MultipleClientsAllFail) {
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};