Skip to content

Commit

Permalink
test: attempt revert of disabled compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Mar 13, 2024
1 parent 394f017 commit 0940304
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
// * Create an example static-client sidecar, then register both the service and sidecar with Consul
// * Make sure a call to the client sidecar local bind port returns a response from the upstream, static-server
func TestBasicConnectService(t *testing.T) {
t.Skipf("Skipping test due to lack of backported fixes in 1.14.x, leading to repeated failure.")

cluster := createCluster(t)
defer terminate(t, cluster)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const (
// - Terminate the server nodes in the exporting cluster
// - Make sure there is still service connectivity from the importing cluster
func TestPeering_RotateServerAndCAThenFail_(t *testing.T) {
t.Skipf("Skipping test due to lack of backported fixes in 1.14.x, leading to repeated failure.")

var acceptingCluster, dialingCluster *libcluster.Cluster
var acceptingClient, dialingClient *api.Client
var acceptingCtx *libagent.BuildContext
Expand Down

0 comments on commit 0940304

Please sign in to comment.