Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment