Deflaky testIpReachabilityMonitor_incompleteIpv6DnsServerInDualStack_flagoff
mIgnoreIncompleteIpv6DnsServerEnabled flag is read at
IpReachabilityMonitor constructor and currently it's enabled by default,
this testcase intends to verify what happens when this flag is off, so
the test code just disables this flag before starting IP provisionig,
but this occurs after IpReachabilityMonitor constructor initialization.
Instead, disable the experiment flag in setUp() before creating an
IpClient instance.
Bug: 329425295
Test: atest NetworkStackRootTests --rerun-until-failure
Change-Id: Ia41b99c77e1c2706a3838f612736274ef967b3c7
1 file changed