IGNITE-845 Removing test
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8cb502bc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8cb502bc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8cb502bc Branch: refs/heads/ignite-10639 Commit: 8cb502bc9da52aca39d4dc067a6b36a298c6b376 Parents: 91a82a5 Author: Dmitriy Pavlov <[email protected]> Authored: Mon Dec 17 18:30:39 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Mon Dec 17 18:31:33 2018 +0300 ---------------------------------------------------------------------- .../cloud/TcpDiscoveryCloudIpFinderSelfTest.java | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8cb502bc/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 e4cef65..89744a2 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 @@ -61,17 +61,6 @@ public class TcpDiscoveryCloudIpFinderSelfTest extends } /** - * Tests AWS. - * - * @throws Exception If any error occurs. - */ - @IgniteIgnore("https://issues.apache.org/jira/browse/IGNITE-845") - @Test - public void testAmazonWebServices() throws Exception { - testCloudProvider("aws-ec2"); - } - - /** * Tests GCE. * * @throws Exception If any error occurs.
