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 052bc90 commit 85d21a9
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.util.LogMethod;
import org.labkey.test.util.LoggedParam;
import org.labkey.test.util.PortalHelper;
import org.labkey.test.util.PostgresOnlyTest;
import org.labkey.test.util.RReportHelper;

import java.io.File;
Expand All @@ -32,7 +33,7 @@
import java.util.List;
import java.util.Map;

public class BaseExpressionMatrixTest extends BaseWebDriverTest
public class BaseExpressionMatrixTest extends BaseWebDriverTest implements PostgresOnlyTest
{
protected static final String PIPELINE_NAME = "create-matrix";
protected static final String ASSAY_NAME = "Test Expression Matrix";
Expand Down

0 comments on commit 85d21a9

Please sign in to comment.