Skip to content

Commit

Permalink
Mark test as PostgreSQL-only
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam committed Nov 14, 2024
1 parent 05c7c53 commit 052bc90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.labkey.test.params.FieldDefinition;
import org.labkey.test.tests.AbstractAssayTest;
import org.labkey.test.util.PortalHelper;
import org.labkey.test.util.PostgresOnlyTest;
import org.labkey.test.util.QCAssayScriptHelper;
import org.openqa.selenium.WebDriverException;

Expand All @@ -33,7 +34,7 @@

import static org.junit.Assert.assertTrue;

public abstract class AbstractViabilityTest extends AbstractAssayTest
public abstract class AbstractViabilityTest extends AbstractAssayTest implements PostgresOnlyTest
{
@Override
public List<String> getAssociatedModules()
Expand Down

0 comments on commit 052bc90

Please sign in to comment.