diff --git a/packages/features/bookings/lib/handleNewBooking.test.ts b/packages/features/bookings/lib/handleNewBooking.test.ts index 92727303ee..57507bf192 100644 --- a/packages/features/bookings/lib/handleNewBooking.test.ts +++ b/packages/features/bookings/lib/handleNewBooking.test.ts @@ -496,6 +496,7 @@ describe('Event Type that requires confirmation', () => { ); }) + // FIXME: We shouldn't throw error here, the behaviour should be fixed. test( `if booking with Cal Video(Daily Video) fails, booking creation fails with uncaught error`, async ({}) => {