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

Commit 25a4d708 authored by Tom Cherry's avatar Tom Cherry
Browse files

logd: disable flaky logd.timeout test

This test is repeatedly seen to be flaky.  Disable it until we can run
tests against a dedicated logd instance.

Bug: 155146087
Test: logd-unit-tests
Change-Id: I0cd953955f613e40d17df73f70543d7d2f0925b6
parent 9e1cabdf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -583,6 +583,7 @@ TEST(logd, timeout_start_epoch) {
        "dumpAndClose lids=0,1,2,3,4,5 timeout=6 start=0.000000000");
}

#ifdef ENABLE_FLAKY_TESTS
// b/26447386 refined behavior
TEST(logd, timeout) {
#ifdef __ANDROID__
@@ -717,6 +718,7 @@ TEST(logd, timeout) {
    GTEST_LOG_(INFO) << "This test does nothing.\n";
#endif
}
#endif

// b/27242723 confirmed fixed
TEST(logd, SNDTIMEO) {