Commit 8fb5be5f authored by Inphi's avatar Inphi Committed by GitHub

op-e2e: Skip TestOutputCannonStepWithKZGPointEvaluation (#9555)

parent d6deecb8
......@@ -295,6 +295,8 @@ func TestOutputCannonStepWithPreimage(t *testing.T) {
}
func TestOutputCannonStepWithKZGPointEvaluation(t *testing.T) {
t.Skip("TODO: Fix flaky test")
testPreimageStep := func(t *testing.T, preloadPreimage bool) {
op_e2e.InitParallel(t, op_e2e.UsesCannon)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment