Skip to content

Commit

Permalink
SdkSuppress FhirSyncWorkerBenchmark oneTimeSync_50patients (re. #2235) (
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Oct 10, 2023
1 parent a456c26 commit 5e3300b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import androidx.benchmark.junit4.BenchmarkRule
import androidx.benchmark.junit4.measureRepeated
import androidx.test.core.app.ApplicationProvider
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SdkSuppress
import androidx.work.ListenableWorker
import androidx.work.WorkerParameters
import androidx.work.testing.TestListenableWorkerBuilder
Expand Down Expand Up @@ -127,7 +128,9 @@ class FhirSyncWorkerBenchmark {

@Test fun oneTimeSync_10patients() = oneTimeSync(10, 5, 5)

@Test fun oneTimeSync_50patients() = oneTimeSync(50, 5, 5)
@Test
@SdkSuppress // TODO https://github.com/google/android-fhir/issues/2235 FIXME
fun oneTimeSync_50patients() = oneTimeSync(50, 5, 5)

private fun oneTimeSync(numberPatients: Int, numberObservations: Int, numberEncounters: Int) =
runBlocking {
Expand Down

0 comments on commit 5e3300b

Please sign in to comment.