diff --git a/backend/handlers/payments/vat_test.go b/backend/handlers/payments/vat_test.go index 18dae13..ad791fa 100644 --- a/backend/handlers/payments/vat_test.go +++ b/backend/handlers/payments/vat_test.go @@ -2935,7 +2935,6 @@ func TestApplyVATToBookingPayment_OnTheHouse_Skip(t *testing.T) { // subsequent payments from having VAT applied, and that PaymentSummary only // reflects VAT from payments made while VAT was enabled. func TestVAT_DisableVATRegistration_Lifecycle(t *testing.T) { - t.Parallel() ctx, tx := testutils.SetupTestTx(t) _, err := tx.Exec(ctx, `UPDATE business_settings SET is_vat_registered = TRUE, default_vat_rate = 20.00`)