Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
import org.labkey.test.util.Ext4Helper;
import org.labkey.test.util.LogMethod;
import org.labkey.test.util.PortalHelper;
import org.labkey.test.util.PostgresOnlyTest;
import org.labkey.test.util.ehr.EHRClientAPIHelper;
import org.labkey.test.util.ext4cmp.Ext4ComboRef;
import org.labkey.test.util.ext4cmp.Ext4FieldRef;
Expand Down Expand Up @@ -87,7 +86,7 @@
import static org.labkey.test.components.html.Input.Input;

@Category({EHR.class})
public class NBRI_EHRTest extends AbstractGenericEHRTest implements PostgresOnlyTest
public class NBRI_EHRTest extends AbstractGenericEHRTest
{
private static final String PROJECT_NAME = "NBRI";
private static final String PROJECT_TYPE = "NBRI EHR";
Expand Down