Skip to content

Commit

Permalink
mark flaky test as flaky (#3340)
Browse files Browse the repository at this point in the history
Signed-off-by: Per Goncalves da Silva <[email protected]>
Co-authored-by: Per Goncalves da Silva <[email protected]>
  • Loading branch information
perdasilva and Per Goncalves da Silva authored Jul 10, 2024
1 parent 3985db9 commit d8500d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/fail_forward_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ var _ = Describe("Fail Forward Upgrades", func() {
Expect(err).To(BeNil())
})

It("eventually reports a successful state when using skip ranges", func() {
It("[FLAKE] eventually reports a successful state when using skip ranges", func() {
By("updating the catalog with a fixed v0.3.0 bundle")
cleanup, deployError := updateCatalogSource(generatedNamespace.GetName(), catalogSourceName, "v0.1.0", "v0.2.0-invalid-csv", "v0.3.0-skip-range")
Expect(deployError).To(BeNil())
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/operator_groups_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ var _ = Describe("Operator Group", func() {
csvA, err = fetchCSV(crc, nsA, csvA.GetName(), csvSucceededChecker)
require.NoError(GinkgoT(), err)
})
It("intersection", func() {
It("[FLAKE] intersection", func() {

By(`Generate namespaceA`)
By(`Generate namespaceB`)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/subscription_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ var _ = Describe("Subscription", func() {
}
})

It("choose the dependency from the right CatalogSource based on lexicographical name ordering of catalogs", func() {
It("[FLAKE] choose the dependency from the right CatalogSource based on lexicographical name ordering of catalogs", func() {
By(`ensure correct CSVs were picked`)
Eventually(func() ([]string, error) {
ip, err := crClient.OperatorsV1alpha1().InstallPlans(generatedNamespace.GetName()).Get(context.Background(), subscription.Status.InstallPlanRef.Name, metav1.GetOptions{})
Expand Down

0 comments on commit d8500d8

Please sign in to comment.