Skip to content

Commit

Permalink
removed no spec test -vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
guha-rahul committed Apr 22, 2024
1 parent 2f0f0fd commit 6ac413c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions test/spec/runners/bls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ defmodule BlsTestRunner do
# "aggregate_verify",
# "eth_aggregate_pubkeys"
# "eth_fast_aggregate_verify"
# "key_validate"
]

@impl TestRunner
Expand Down Expand Up @@ -138,14 +137,14 @@ defmodule BlsTestRunner do
end
end

defp handle_case(
"key_validate",
%{pubkeys: pubkeys},
output
) do
case Bls.key_validate(pubkeys) do
{:ok, true} ->
assert output
end
end
# defp handle_case(
# "key_validate",
# %{pubkeys: pubkeys},
# output
# ) do
# case Bls.key_validate(pubkeys) do
# {:ok, true} ->
# assert output
# end
# end
end

0 comments on commit 6ac413c

Please sign in to comment.