Skip to content

Commit

Permalink
Modules and tests are PostgreSQL-only (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Nov 15, 2024
1 parent 57d8b6c commit 7847800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 7847800

Please sign in to comment.