Skip to content

Commit

Permalink
remove unused funcs
Browse files Browse the repository at this point in the history
Signed-off-by: Flavius Lacatusu <[email protected]>
  • Loading branch information
flacatus committed Oct 5, 2023
1 parent 924c29d commit 5f8fbec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/rhtap/rhtap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var _ = Describe("RHTAP sample checks", Ordered, Label("nightly"), func() {

AfterAll(func() {
if !CurrentSpecReport().Failed() {
Expect(fw.HasController.DeleteAllApplicationsInASpecificNamespace(namespace, 30*time.Second)).To(Succeed())
Expect(fw.HasController.DeleteAllApplicationsInASpecificNamespace(namespace, 180*time.Second)).To(Succeed())
}
})

Expand Down Expand Up @@ -98,7 +98,6 @@ var _ = Describe("RHTAP sample checks", Ordered, Label("nightly"), func() {
Expect(err).ShouldNot(HaveOccurred(), "failed to get component: %v", err)

Expect(fw.HasController.WaitForComponentPipelineToBeFinished(component, "", 2)).To(Succeed())
Expect(err).ShouldNot(HaveOccurred(), "failed to get component: %v", err)
})
})
}
Expand Down

0 comments on commit 5f8fbec

Please sign in to comment.