From f89c298e8d798421a97521836545d2f32dbe5431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:49:18 -0300 Subject: [PATCH] Specify `sync` requirements --- test/spec/runners/sync.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/spec/runners/sync.ex b/test/spec/runners/sync.ex index ec5bce6b6..39f2060d8 100644 --- a/test/spec/runners/sync.ex +++ b/test/spec/runners/sync.ex @@ -19,7 +19,8 @@ defmodule SyncTestRunner do end def skip?(%SpecTestCase{fork: "deneb"} = testcase) do - # TODO: fix + # TODO: update `EngineApiMock` to support the new `new_payload/3` function, + # and the runner to load the block's blobs if on deneb true end