Skip to content

Commit

Permalink
e2e/syncer: disable flaky tests to be removed soon
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed May 19, 2023
1 parent 666c6a3 commit 60d9c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/syncer/dns/dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ import (
)

func TestDNSResolution(t *testing.T) {
t.Skip("Test is flaky, and we are going to remove the syncer soon anyway")

t.Parallel()
framework.Suite(t, "transparent-multi-cluster:requires-kind")

Expand Down Expand Up @@ -156,6 +158,7 @@ func TestDNSResolution(t *testing.T) {
wait.ForeverTestTimeout, time.Millisecond*500, "Service name was resolved")
}

//nolint:unused
func checkLogs(ctx context.Context, t *testing.T, downstreamKubeClient *kubernetes.Clientset, downstreamNamespace, containerName, expectedPrefix string) func() (success bool, reason string) {
t.Helper()

Expand Down
2 changes: 2 additions & 0 deletions test/e2e/syncer/multishard/multishard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ import (
// TestSyncingFromMultipleShards ensures that the syncer can effectively sync from several workspaces hosted on distinct shards
// with distinct virtual workspace URLs.
func TestSyncingFromMultipleShards(t *testing.T) {
t.Skip("Test is flaky, and we are going to remove the syncer soon anyway")

t.Parallel()
framework.Suite(t, "transparent-multi-cluster:requires-kind")

Expand Down

0 comments on commit 60d9c88

Please sign in to comment.