Skip to content

Commit

Permalink
test(billing): skip test_plan_canceled_last_month… (#5518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm authored Feb 12, 2025
1 parent 69b7376 commit e9ec38c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kobo/apps/stripe/tests/test_organization_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,15 @@ def test_plan_canceled_this_month(self):
== current_billing_period_end.isoformat()
)

@pytest.mark.skip(reason='Waiting for product decision')
def test_plan_canceled_last_month(self):
"""
This test is failing and will continue to fail until we make a business
decision about the behavior:
https://chat.kobotoolbox.org/#narrow/stream/4-Kobo-Dev/topic/Github.20Actions.20.28main.29/near/552505
I want the rest of the test suite to continue running for now and
reporting *different* problems
"""
subscription = generate_plan_subscription(self.organization, age_days=60)

num_submissions = 5
Expand Down

0 comments on commit e9ec38c

Please sign in to comment.