Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 670c58db authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Disable AdbPairingConnectionTest#MultipleClientsOnePass." am: 49d4dd23

Change-Id: I2a8a1dc3bbe26c5a88df8259c215bde32b39868a
parents 115af190 49d4dd23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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};