We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bfea8 commit da60fbeCopy full SHA for da60fbe
1 file changed
fhir-persistence-jdbc/src/test/java/com/ibm/fhir/persistence/jdbc/test/spec/R4JDBCExamplesTest.java
@@ -115,6 +115,7 @@ protected FHIRPersistenceContext createHistoryPersistenceContext() {
115
116
@Override
117
public FHIRPersistence getPersistenceImpl() throws Exception {
118
+ // Return null to make sure the transaction operations in @BeforeMethod will be skipped
119
return null;
120
}
121
0 commit comments