diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java b/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java index 0341077192..5f65597da9 100644 --- a/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java +++ b/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java @@ -21,6 +21,7 @@ import org.junit.Test; import org.junit.Assert; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.apache.qpid.client.transport.TransportConnection; import org.apache.qpid.client.vmbroker.AMQVMBrokerCreationException; import junit.framework.JUnit4TestAdapter; @@ -60,6 +61,8 @@ public class JNDIReferenceableTest TransportConnection.killVMBroker(1); } + + @Ignore("FSContext has been removed from repository. This needs redone with the PropertiesFileInitialContextFactory. QPID-84") @Test public void referenceable() { |