Skip to content

Commit

Permalink
Merge pull request #657 from sebrandon1/change_expected
Browse files Browse the repository at this point in the history
Change expected state for MCO test
  • Loading branch information
sebrandon1 authored Jan 11, 2024
2 parents 1ab1744 + 4cb4c51 commit 1c12875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var _ = Describe("platform-alteration-boot-params", func() {

err = globalhelper.ValidateIfReportsAreValid(
tsparams.TnfBootParamsName,
globalparameters.TestCasePassed, randomReportDir)
globalparameters.TestCaseSkipped, randomReportDir)
Expect(err).ToNot(HaveOccurred())
})
})

0 comments on commit 1c12875

Please sign in to comment.