Skip to content

Commit

Permalink
Remove early return in networking suite (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Dec 12, 2023
1 parent a5b7ddb commit 25ebca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cnf-certification-test/networking/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ func testNetworkConnectivity(env *provider.TestEnvironment, aIPVersion netcommon
check.LogDebug("%s", claimsLog.GetLogLines())
if skip {
check.LogInfo("There are no %s networks to test with at least 2 pods, skipping test", aIPVersion)
return
}
check.SetResult(report.CompliantObjectsOut, report.NonCompliantObjectsOut)
}
Expand Down

0 comments on commit 25ebca6

Please sign in to comment.