Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
fix: remove keycloak references which are now obsolete.
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel authored Oct 16, 2017
1 parent d845784 commit 81aff10
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/test/java/io/syndesis/systests/DeploymentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public class DeploymentTest {
@Named("syndesis-rest")
DeploymentConfig rest;

@ArquillianResource
@Named("syndesis-keycloak")
DeploymentConfig keycloak;

@ArquillianResource
KubernetesClient client;

Expand All @@ -44,9 +40,4 @@ public void uiShouldBeReady() {
public void restShouldBeReady() {
Assert.assertTrue(Readiness.isDeploymentConfigReady(rest));
}

@Test
public void keycloakShouldBeReady() {
Assert.assertTrue(Readiness.isDeploymentConfigReady(keycloak));
}
}

0 comments on commit 81aff10

Please sign in to comment.