Skip to content

Commit

Permalink
Skip another flaky e2e-test (#920)
Browse files Browse the repository at this point in the history
* Skip another flaky e2e-test

* skip another!
  • Loading branch information
ptnapoleon authored Oct 2, 2024
1 parent 3cb8931 commit 6080afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions controllers/clientset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ var _ = Describe("DisruptionCron Client", func() {
Eventually(k8sClient.Delete).WithContext(ctx).WithArguments(&disruptionCron).Within(k8sAPIServerResponseTimeout).ProbeEvery(k8sAPIPotentialChangesEvery).Should(WithTransform(client.IgnoreNotFound, Succeed()), "Failed to delete DisruptionCron")
}),
Entry("when a disruptiocron is updated", watch.Modified, NodeTimeout(k8sAPIServerResponseTimeout), func(ctx SpecContext, disruptionCronName string) {
Skip("See CHAOSPLT-455: flaky test")
_ = createDisruptionCron(ctx, namespace, disruptionCronName)

// Fetch the most up to date disruptioncron
Expand Down
1 change: 1 addition & 0 deletions controllers/disruption_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ var _ = Describe("Disruption Controller", func() {

Context("manually delete a chaos pod", func() {
It("should properly handle the chaos pod finalizer", func(ctx SpecContext) {
Skip("See CHAOSPLT-455: flaky test")
By("Ensuring that the chaos pods have been created")
ExpectChaosPods(ctx, disruption, 4)

Expand Down

0 comments on commit 6080afb

Please sign in to comment.