From abe3cdd9b1c10a7ace5c10ff660f1a8ad4664b86 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 9 Aug 2010 20:29:17 +0000 Subject: QPID-2775: Exclude the FirewallConfigTest from InVM test runs, the tests no-op because the Firewall plugin only operates on TCP connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983806 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaInVMExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles/JavaInVMExcludes') diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index b81df15f1a..a51ef1e4e2 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -2,6 +2,9 @@ //Exclude the following tests when running the InVM default test profile //====================================================================== +// The FirewallPlugin only operates for TCP connections, the tests NO-OP when run InVM +org.apache.qpid.server.security.firewall.FirewallConfigTest#* + // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend -- cgit v1.2.1