Skip to content

Commit

Permalink
Merge pull request #55924 from Expensify/yuwen-skipFlakeyTest
Browse files Browse the repository at this point in the history
[No QA] Skip flakey test in SubscriptionUtilsTest
  • Loading branch information
roryabraham authored Jan 29, 2025
2 parents fbdffef + 62e50c3 commit 46f9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/SubscriptionUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ describe('SubscriptionUtils', () => {
expect(shouldShowDiscountBanner()).toBeFalsy();
});

it('should return true if the date is before the free trial end date or within the 8 days from the trial start date', async () => {
it.skip('should return true if the date is before the free trial end date or within the 8 days from the trial start date', async () => {
await Onyx.multiSet({
[ONYXKEYS.SESSION]: {accountID: ownerAccountID},
[`${ONYXKEYS.COLLECTION.POLICY}${policyID}` as const]: {
Expand Down

0 comments on commit 46f9b2b

Please sign in to comment.