This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
The following commit(s) were added to refs/heads/master by this push: new 1e32abf mark a test that is sensitive to ciphers installed as Integration 1e32abf is described below commit 1e32abf5b9c2fe24bd99a256004983bb48ba2a74 Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com> AuthorDate: Thu Aug 5 14:58:03 2021 +0100 mark a test that is sensitive to ciphers installed as Integration fails on systems that have a different set of ciphers --- .../test/java/org/apache/brooklyn/util/jmx/jmxmp/JmxmpAgentSslTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/jmx/jmxmp-ssl-agent/src/test/java/org/apache/brooklyn/util/jmx/jmxmp/JmxmpAgentSslTest.java b/utils/jmx/jmxmp-ssl-agent/src/test/java/org/apache/brooklyn/util/jmx/jmxmp/JmxmpAgentSslTest.java index b1555e8..1302c47 100644 --- a/utils/jmx/jmxmp-ssl-agent/src/test/java/org/apache/brooklyn/util/jmx/jmxmp/JmxmpAgentSslTest.java +++ b/utils/jmx/jmxmp-ssl-agent/src/test/java/org/apache/brooklyn/util/jmx/jmxmp/JmxmpAgentSslTest.java @@ -169,7 +169,7 @@ public class JmxmpAgentSslTest { new JmxmpClient().connect("service:jmx:jmxmp://localhost:11099", new LinkedHashMap()); } - @Test + @Test(groups = "Integration") public void testAllGoodSignatures() throws Exception { serverKeystore.setKeyEntry("child-2", child2Key.getPrivate(), new char[]{}, new java.security.cert.Certificate[]{ child2Cert, caRootCert });