Skip to content

Commit

Permalink
note for flaky test possibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MJ1998 committed Jan 31, 2024
1 parent c5601a8 commit 44f8aac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ class FhirSynchronizerTest {
assertThat(listOf(error)).isEqualTo((result as SyncJobStatus.Failed).exceptions)
}

/**
* If you encounter flakiness in this test, consider increasing the delay time in the downloader
* object.
*/
@Test
fun `synchronize multiple invocations should execute in order`() =
runTest(UnconfinedTestDispatcher()) {
Expand Down

0 comments on commit 44f8aac

Please sign in to comment.