Disable AdbPairingConnectionTest#MultipleClientsOnePass.
Will re-enable once flaky failure is fixed. Bug: 150529485 Bug: 150388912 Test: atest adb_pairing_connection_test doesn't run above test. Change-Id: I63ac3fc2fd2d289b977dd3b9f6eccfb65866769c
This commit is contained in:
parent
e7e778bdef
commit
2e1ee8ee51
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue