Skip to content

Commit 93b6b85

Browse files
fix note ans import
Signed-off-by: xiaojiangao123 <[email protected]>
1 parent f5f1c33 commit 93b6b85

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/e2e/authorization_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func waitForXDPOnDstWorkloads(t framework.TestContext, dst echo.Instances) {
7070
func TestIPAuthorization(t *testing.T) {
7171
framework.NewTest(t).Run(func(t framework.TestContext) {
7272
t.NewSubTest("IP Authorization").Run(func(t framework.TestContext) {
73-
// Enable authorizaiton offload to xdp.
7473

7574
if len(apps.ServiceWithWaypointAtServiceGranularity) == 0 {
7675
t.Fatal(fmt.Errorf("need at least 1 instance of apps.ServiceWithWaypointAtServiceGranularity"))
@@ -301,7 +300,6 @@ spec:
301300
func TestNamespaceAuthorization(t *testing.T) {
302301
framework.NewTest(t).Run(func(t framework.TestContext) {
303302
t.NewSubTest("Namespace Authorization").Run(func(t framework.TestContext) {
304-
// Enable authorization offload to xdp.
305303

306304
if len(apps.ServiceWithWaypointAtServiceGranularity) == 0 {
307305
t.Fatal(fmt.Errorf("need at least 1 instance of apps.ServiceWithWaypointAtServiceGranularity"))

test/e2e/baseline_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import (
2929
"net"
3030
"net/http"
3131
"net/netip"
32-
"os/exec"
3332
"sort"
3433
"strings"
3534
"testing"

0 commit comments

Comments
 (0)