We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e746268 commit 19769f9Copy full SHA for 19769f9
1 file changed
src/test/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/search/SearchGetTest.java
@@ -9,6 +9,7 @@
9
import org.buddycloud.channelserver.packetHandler.iq.IQTestHandler;
10
import org.dom4j.Element;
11
import org.junit.Before;
12
+import org.junit.Ignore;
13
import org.junit.Test;
14
import org.xmpp.forms.DataForm;
15
import org.xmpp.packet.IQ;
@@ -46,6 +47,7 @@ public void setUp() throws Exception {
46
47
}
48
49
@Test
50
+ @Ignore
51
public void testOnlyAcceptsPacketsFromLocalUsers() throws Exception {
52
53
Configuration.getInstance().remove(Configuration.CONFIGURATION_LOCAL_DOMAIN_CHECKER);
0 commit comments