From 9c4d973fa86914df8f4bbfd0b72d55c90d292ab1 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:51:43 -0600 Subject: [PATCH] disable xfer gap test (for later ticket) --- tests/gaps/transfers/tests__deposit_functioncall_gaps.sql | 3 ++- tests/gaps/transfers/tests__transfer_action_gaps.sql | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 (