Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Enable tests for production template (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay committed Jul 14, 2017
1 parent 66d05b7 commit 7037033
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version.com.uber.jaeger-jaeger-core>0.20.5</version.com.uber.jaeger-jaeger-core>
<version.junit>4.12</version.junit>
<version.org.awaitility-awaitility>3.0.0</version.org.awaitility-awaitility>
<version.org.arquillian.cube>1.6.0</version.org.arquillian.cube>
<version.org.arquillian.cube>1.7.0</version.org.arquillian.cube>
<version.org.jboss.arquillian>1.1.13.Final</version.org.jboss.arquillian>
<version.io.fabric8.kubernetes-client>2.5.2</version.io.fabric8.kubernetes-client>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
package io.jaegertracing.kubernetes;

import io.jaegertracing.kubernetes.deployment.BaseETest;
import java.io.IOException;
import org.junit.Ignore;

/**
* @author Pavol Loffay
*/
@Ignore("temporally disabled, k8s client does handle StatefulSet used in the production template")
public class ProductionETest extends BaseETest {

@Ignore("dependency links returns 404 because of old Cassandra image")
public void testDependencyLinks() throws IOException, InterruptedException {
}
}

0 comments on commit 7037033

Please sign in to comment.