diff --git a/pepdb/test/src/org/labkey/test/tests/pepdb/PepDBModuleTest.java b/pepdb/test/src/org/labkey/test/tests/pepdb/PepDBModuleTest.java index 2b5ac550..b7659325 100644 --- a/pepdb/test/src/org/labkey/test/tests/pepdb/PepDBModuleTest.java +++ b/pepdb/test/src/org/labkey/test/tests/pepdb/PepDBModuleTest.java @@ -30,7 +30,7 @@ import org.labkey.test.TestFileUtils; import org.labkey.test.TestTimeoutException; import org.labkey.test.WebTestHelper; -import org.labkey.test.categories.External; +import org.labkey.test.categories.CustomModules; import org.labkey.test.util.LogMethod; import org.labkey.test.util.PostgresOnlyTest; @@ -42,7 +42,7 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; -@Category({External.class}) +@Category({CustomModules.class}) public class PepDBModuleTest extends BaseWebDriverTest implements PostgresOnlyTest {