You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
There is a test which normally fails the first time it is run in CI. This isn't a blocker as our unit tests are set to run a second time to allow for some flaky tests. This tests fails the majority of the time so an average savings of 2-5 minutes can be gained per prime router build.
gov.cdc.prime.router.fhirengine.translation.hl7.utils.helpers.SchemaReferenceResolverHelperTests test blobInfo() FAILED
org.opentest4j.AssertionFailedError: expected: <test-AzureWebJobsStorage> but was: <testconnection>
at app//gov.cdc.prime.router.fhirengine.translation.hl7.utils.helpers.SchemaReferenceResolverHelperTests.test blobInfo(SchemaReferenceResolverHelperTests.kt:21)
Problem Statement
There is a test which normally fails the first time it is run in CI. This isn't a blocker as our unit tests are set to run a second time to allow for some flaky tests. This tests fails the majority of the time so an average savings of 2-5 minutes can be gained per prime router build.
Additional Context
Most recent slack thread: https://nava.slack.com/archives/C086P9HNVMF/p1763576023911949
There are a few other slack threads that can be found by searching
test-AzureWebJobsStoragein slack that may contain more context.Error Output
Acceptance Criteria