Skip to content

Commit

Permalink
Switch undeclared port usage test from Skipped to Passed (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 13, 2025
1 parent 645dd73 commit 4a5b60d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var _ = Describe("Networking undeclared-container-ports-usage,", func() {
By("Verify test case status in Claim report")
err = globalhelper.ValidateIfReportsAreValid(
tsparams.CertsuiteUndeclaredContainerPortsUsageTcName,
globalparameters.TestCaseSkipped, randomReportDir)
globalparameters.TestCasePassed, randomReportDir)
Expect(err).ToNot(HaveOccurred())
})

Expand Down

0 comments on commit 4a5b60d

Please sign in to comment.