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

Commit 391fc9fc authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Fix flaky test MultipleDotQueriesInOnePacket am: 341bdae5 am: 78b19277

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1756169

Change-Id: I66e5a3777eaf19732d72fc9332399ef2e87c13e6
parents 527c06a4 78b19277
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6010,7 +6010,7 @@ TEST_F(ResolverTest, MultipleDotQueriesInOnePacket) {
    threads[1].join();

    // Also check no additional queries due to DoT reconnection.
    EXPECT_EQ(tls.queries(), 2);
    EXPECT_TRUE(tls.waitForQueries(2));
}

TEST_F(ResolverTest, MdnsGetHostByName) {