diff options
author | Robert Gemmell <robbie@apache.org> | 2010-08-09 20:29:17 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-08-09 20:29:17 +0000 |
commit | 7aebb95c7c7d47ef0a991a4a7ed737d1e1a7c1fb (patch) | |
tree | 1bcc3ee2394bf4e2298f4ade3c64e086e2d8e0af | |
parent | 32c5f1f28513d937516bf8f842ee50b75f32334b (diff) | |
download | qpid-python-7aebb95c7c7d47ef0a991a4a7ed737d1e1a7c1fb.tar.gz |
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/qpid@983806 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/test-profiles/JavaInVMExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/JavaInVMExcludes b/java/test-profiles/JavaInVMExcludes index b81df15f1a..a51ef1e4e2 100644 --- a/java/test-profiles/JavaInVMExcludes +++ b/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 |