diff --git a/module.properties b/module.properties index 3f344e0..56847db 100644 --- a/module.properties +++ b/module.properties @@ -10,3 +10,4 @@ Organization: LabKey OrganizationURL: https://www.labkey.com/ License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 +SupportedDatabases: pgsql diff --git a/test/src/org/labkey/test/tests/reagent/ReagentTest.java b/test/src/org/labkey/test/tests/reagent/ReagentTest.java index c5372c3..290756c 100644 --- a/test/src/org/labkey/test/tests/reagent/ReagentTest.java +++ b/test/src/org/labkey/test/tests/reagent/ReagentTest.java @@ -29,6 +29,7 @@ import org.labkey.test.util.LogMethod; import org.labkey.test.util.LoggedParam; import org.labkey.test.util.PortalHelper; +import org.labkey.test.util.PostgresOnlyTest; import org.openqa.selenium.Keys; import org.openqa.selenium.WebElement; import org.openqa.selenium.interactions.Actions; @@ -46,7 +47,7 @@ @Category({CustomModules.class}) @BaseWebDriverTest.ClassTimeout(minutes = 4) -public class ReagentTest extends BaseWebDriverTest +public class ReagentTest extends BaseWebDriverTest implements PostgresOnlyTest { protected static final String PROJECT_NAME = "ReagentProject"; protected static final String FOLDER_NAME = "ReagentFolder";