Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker.integration.tests/src/org/eclipse/linuxtools/docker/integration/tests/ui/DifferentRegistryTest.java')
-rw-r--r--containers/org.eclipse.linuxtools.docker.integration.tests/src/org/eclipse/linuxtools/docker/integration/tests/ui/DifferentRegistryTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.integration.tests/src/org/eclipse/linuxtools/docker/integration/tests/ui/DifferentRegistryTest.java b/containers/org.eclipse.linuxtools.docker.integration.tests/src/org/eclipse/linuxtools/docker/integration/tests/ui/DifferentRegistryTest.java
index d84f931773..0e6f20c0be 100644
--- a/containers/org.eclipse.linuxtools.docker.integration.tests/src/org/eclipse/linuxtools/docker/integration/tests/ui/DifferentRegistryTest.java
+++ b/containers/org.eclipse.linuxtools.docker.integration.tests/src/org/eclipse/linuxtools/docker/integration/tests/ui/DifferentRegistryTest.java
@@ -17,6 +17,7 @@ import static org.junit.Assert.assertTrue;
import org.eclipse.linuxtools.docker.integration.tests.image.AbstractImageBotTest;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
public class DifferentRegistryTest extends AbstractImageBotTest {
@@ -35,6 +36,7 @@ public class DifferentRegistryTest extends AbstractImageBotTest {
}
@Test
+ @Ignore
public void testDifferentRegistry() {
clearConsole();
setUpRegister(REGISTRY_SERVER_ADDRESS, EMAIL, USERNAME, PASSWORD);

Back to the top