IGNITE-9444 Mute failing test

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/271c7cd0
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/271c7cd0
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/271c7cd0

Branch: refs/heads/ignite-5960
Commit: 271c7cd00ae3aab4e28f07da217585a3e33f0620
Parents: dcefc16
Author: Alexey Goncharuk <[email protected]>
Authored: Fri Aug 31 13:28:40 2018 +0300
Committer: Alexey Goncharuk <[email protected]>
Committed: Fri Aug 31 13:28:40 2018 +0300

----------------------------------------------------------------------
 .../tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/271c7cd0/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
 
b/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
index 4bddb18..c754553 100644
--- 
a/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
+++ 
b/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
@@ -81,6 +81,8 @@ public class TcpDiscoveryCloudIpFinderSelfTest extends
      * @throws Exception If any error occurs.
      */
     public void testRackspace() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-9444";);
+
         testCloudProvider("rackspace-cloudservers-us");
     }
 

Reply via email to