Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion test/src/org/labkey/test/tests/reagent/ReagentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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";
Expand Down