Skip to content

Commit

Permalink
Re-enable tests. We didn't find a consistent reason to disable them.
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Oct 23, 2023
1 parent 3b94ae5 commit acbad76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
@DisabledOnOs(OS.WINDOWS)
@ExtendWith(WeldJunit5Extension.class)
@EnableKubernetesMockClient(crud = true)
@Disabled("flaky test - see https://github.com/smallrye/smallrye-stork/issues/667")
public class KubernetesServiceDiscoveryCDITest {

@WeldSetup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

@DisabledOnOs(OS.WINDOWS)
@EnableKubernetesMockClient(crud = true)
@Disabled("flaky test - see https://github.com/smallrye/smallrye-stork/issues/667")
public class KubernetesServiceDiscoveryTest {

KubernetesClient client;
Expand Down

0 comments on commit acbad76

Please sign in to comment.