mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 09:41:44 +00:00
disable xfer gap test (for later ticket)
This commit is contained in:
parent
f27fd4b2b7
commit
9c4d973fa8
@ -1,6 +1,7 @@
|
||||
{{ config(
|
||||
severity = "error",
|
||||
tags = ['gap_test']
|
||||
tags = ['gap_test'],
|
||||
enabled = False
|
||||
) }}
|
||||
|
||||
WITH deposit_functioncalls AS (
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{{ config(
|
||||
severity = "error",
|
||||
tags = ['gap_test']
|
||||
tags = ['gap_test'],
|
||||
enabled = False
|
||||
) }}
|
||||
|
||||
WITH transfer_actions AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user