Skip to content

Commit 5c27c44

Browse files
fix: address comment from #7197 (#7318)
1 parent e2425cf commit 5c27c44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

e2e/validators.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,8 +1238,6 @@ func ValidateIPTablesCompatibleWithCiliumEBPF(ctx context.Context, s *Scenario)
12381238
success := true
12391239

12401240
for _, table := range tables {
1241-
s.T.Logf("Validating iptables rules for table: %s", table)
1242-
12431241
// Get the rules for this table
12441242
command := fmt.Sprintf("sudo iptables -t %s -S", table)
12451243
execResult := execScriptOnVMForScenarioValidateExitCode(ctx, s, command, 0, fmt.Sprintf("failed to get iptables rules for table %s", table))
@@ -1289,8 +1287,6 @@ func ValidateIPTablesCompatibleWithCiliumEBPF(ctx context.Context, s *Scenario)
12891287
success = false
12901288
}
12911289
}
1292-
1293-
s.T.Logf("Checked rules in table %s against expected patterns", table)
12941290
}
12951291

12961292
require.True(

0 commit comments

Comments
 (0)