Skip to content

Commit

Permalink
Skipping flaky tests to avoid masking other failures. (knative#6402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nghia Tran authored and knative-prow-robot committed Jan 2, 2020
1 parent aecb18b commit 522c7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/ingress/tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (

// TestIngressTLS verifies that the Ingress properly handles the TLS field.
func TestIngressTLS(t *testing.T) {
t.Skip("https://github.com/knative/serving/issues/6401")
t.Parallel()
clients := test.Setup(t)

Expand Down
1 change: 1 addition & 0 deletions test/e2e/istio/probing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var (
)

func TestIstioProbing(t *testing.T) {
t.Skip("https://github.com/knative/serving/issues/6400")
cancel := logstream.Start(t)
defer cancel()

Expand Down

0 comments on commit 522c7b3

Please sign in to comment.