mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix test for cross database use
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.avaje.ebean;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.Properties;
|
||||
@@ -17,6 +18,7 @@ public class PrimaryServerTest {
|
||||
assertFalse(PrimaryServer.isSkip());
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testGetPrimaryServerName() throws Exception {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user