You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/org/labkey/test/tests/list/ListTest.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1692,6 +1692,7 @@ public void testAutoIncrementKeyEncoded()
1692
1692
@Test
1693
1693
publicvoidtestMultiChoiceValues()
1694
1694
{
1695
+
Assume.assumeTrue("Multi-choice text fields are only supported on PostgreSQL", WebTestHelper.getDatabaseType() == WebTestHelper.DatabaseType.PostgreSQL);
1695
1696
// setup a list with an auto-increment key and multi text choice field
0 commit comments