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

Commit 4ae428a8 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Gerrit Code Review
Browse files

Merge "CsipSetCoordinatorServiceTest: Fix flaky tests caused by call after teardown" into main

parents 45238a9d 270b96de
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -406,6 +406,8 @@ public class CsipSetCoordinatorServiceTest {

        // Send a connect request
        Assert.assertTrue("Connect expected to succeed", mService.connect(mTestDevice));

        TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice));
    }

    /**
@@ -662,6 +664,8 @@ public class CsipSetCoordinatorServiceTest {
        // add state machines for testing dump()
        mService.connect(mTestDevice);

        TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice));

        mService.dump(new StringBuilder());
    }