diff --git a/tests/gaps/transfers/tests__deposit_functioncall_gaps.sql b/tests/gaps/transfers/tests__deposit_functioncall_gaps.sql index d7c4493..3f16dc1 100644 --- a/tests/gaps/transfers/tests__deposit_functioncall_gaps.sql +++ b/tests/gaps/transfers/tests__deposit_functioncall_gaps.sql @@ -1,6 +1,7 @@ {{ config( severity = "error", - tags = ['gap_test'] + tags = ['gap_test'], + enabled = False ) }} WITH deposit_functioncalls AS ( diff --git a/tests/gaps/transfers/tests__transfer_action_gaps.sql b/tests/gaps/transfers/tests__transfer_action_gaps.sql index c4a3fc1..462e1f3 100644 --- a/tests/gaps/transfers/tests__transfer_action_gaps.sql +++ b/tests/gaps/transfers/tests__transfer_action_gaps.sql @@ -1,6 +1,7 @@ {{ config( severity = "error", - tags = ['gap_test'] + tags = ['gap_test'], + enabled = False ) }} WITH transfer_actions AS (