disable xfer gap test (for later ticket)

This commit is contained in:
Jack Forgash 2025-04-28 10:51:43 -06:00
parent f27fd4b2b7
commit 9c4d973fa8
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{{ config( {{ config(
severity = "error", severity = "error",
tags = ['gap_test'] tags = ['gap_test'],
enabled = False
) }} ) }}
WITH deposit_functioncalls AS ( WITH deposit_functioncalls AS (

View File

@ -1,6 +1,7 @@
{{ config( {{ config(
severity = "error", severity = "error",
tags = ['gap_test'] tags = ['gap_test'],
enabled = False
) }} ) }}
WITH transfer_actions AS ( WITH transfer_actions AS (