Skip to content

Commit 6880001

Browse files
chore: disable network report test (#3059)
comment out network report test
1 parent 813959b commit 6880001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/install_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package e2e
33
import (
44
"encoding/base64"
55
"fmt"
6-
"net"
76
"os"
87
"strings"
98
"testing"
@@ -2061,7 +2060,8 @@ spec:
20612060
t.Logf("%s: test complete", time.Now().Format(time.RFC3339))
20622061
}
20632062

2064-
func TestSingleNodeNetworkReport(t *testing.T) {
2063+
//Temporarily disable network test until the reporting is enriched to the point where we can properly filter out domains as part of a CNAME chain
2064+
/*func TestSingleNodeNetworkReport(t *testing.T) {
20652065
t.Parallel()
20662066
RequireEnvVars(t, []string{"SHORT_SHA"})
20672067
tc := cmx.NewCluster(&cmx.ClusterInput{
@@ -2143,4 +2143,4 @@ func TestSingleNodeNetworkReport(t *testing.T) {
21432143
t.Fail()
21442144
}
21452145
}
2146-
}
2146+
}*/

0 commit comments

Comments
 (0)