Skip to content

Commit d8500d8

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
mark flaky test as flaky (#3340)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 3985db9 commit d8500d8

3 files changed

+3
-3
lines changed

test/e2e/fail_forward_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ var _ = Describe("Fail Forward Upgrades", func() {
262262
Expect(err).To(BeNil())
263263
})
264264

265-
It("eventually reports a successful state when using skip ranges", func() {
265+
It("[FLAKE] eventually reports a successful state when using skip ranges", func() {
266266
By("updating the catalog with a fixed v0.3.0 bundle")
267267
cleanup, deployError := updateCatalogSource(generatedNamespace.GetName(), catalogSourceName, "v0.1.0", "v0.2.0-invalid-csv", "v0.3.0-skip-range")
268268
Expect(deployError).To(BeNil())

test/e2e/operator_groups_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ var _ = Describe("Operator Group", func() {
854854
csvA, err = fetchCSV(crc, nsA, csvA.GetName(), csvSucceededChecker)
855855
require.NoError(GinkgoT(), err)
856856
})
857-
It("intersection", func() {
857+
It("[FLAKE] intersection", func() {
858858

859859
By(`Generate namespaceA`)
860860
By(`Generate namespaceB`)

test/e2e/subscription_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ var _ = Describe("Subscription", func() {
17021702
}
17031703
})
17041704

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

0 commit comments

Comments
 (0)