Skip to content

Commit 25aa039

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
mark flaky tests (#3333)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 2a24a0f commit 25aa039

4 files changed

+5
-5
lines changed

test/e2e/fail_forward_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ var _ = Describe("Fail Forward Upgrades", func() {
412412
Expect(err).Should(BeNil())
413413
})
414414

415-
It("eventually reports a successful state when using replaces", func() {
415+
It("[FLAKE] eventually reports a successful state when using replaces", func() {
416416
By("patching the catalog with a fixed version")
417417
cleanup, deployError := updateCatalogSource(generatedNamespace.GetName(), catalogSourceName, "v0.1.0", "v0.2.0-invalid-deployment", "v0.3.0-replaces-invalid-deployment")
418418
Expect(deployError).To(BeNil())

test/e2e/installplan_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ var _ = Describe("Install Plan", func() {
14351435
// excluded: new CRD, same version, same schema - won't trigger a CRD update
14361436

14371437
tableEntries := []TableEntry{
1438-
Entry("upgrade CRD with deprecated version", schemaPayload{
1438+
Entry("[FLAKE] upgrade CRD with deprecated version", schemaPayload{
14391439
name: "upgrade CRD with deprecated version",
14401440
expectedPhase: operatorsv1alpha1.InstallPlanPhaseComplete,
14411441
oldCRD: func() *apiextensionsv1.CustomResourceDefinition {

test/e2e/operator_condition_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var _ = Describe("Operator Condition", func() {
3232
TeardownNamespace(generatedNamespace.GetName())
3333
})
3434

35-
It("OperatorCondition Upgradeable type and overrides", func() {
35+
It("[FLAKE] OperatorCondition Upgradeable type and overrides", func() {
3636
By("This test proves that an operator can upgrade successfully when" +
3737
" Upgrade condition type is set in OperatorCondition spec. Plus, an operator" +
3838
" chooses not to use OperatorCondition, the upgrade process will proceed as" +

test/e2e/subscription_e2e_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ var _ = Describe("Subscription", func() {
14081408

14091409
})
14101410

1411-
It("creation with dependencies", func() {
1411+
It("[FLAKE] creation with dependencies", func() {
14121412

14131413
kubeClient := newKubeClient()
14141414
crClient := newCRClient()
@@ -2567,7 +2567,7 @@ var _ = Describe("Subscription", func() {
25672567
Expect(err).Should(BeNil())
25682568
})
25692569

2570-
It("should report only package and channel deprecation conditions when bundle is no longer deprecated", func() {
2570+
It("[FLAKE] should report only package and channel deprecation conditions when bundle is no longer deprecated", func() {
25712571
By("patching the OperatorGroup to reduce the bundle unpacking timeout")
25722572
ogNN := types.NamespacedName{Name: operatorGroup.GetName(), Namespace: generatedNamespace.GetName()}
25732573
addBundleUnpackTimeoutOGAnnotation(context.Background(), ctx.Ctx().Client(), ogNN, "5m")

0 commit comments

Comments
 (0)