diff --git a/scripts/ci/get_e2e_jobs.sh b/scripts/ci/get_e2e_jobs.sh index 7f18611db9aa..0e5896efe707 100755 --- a/scripts/ci/get_e2e_jobs.sh +++ b/scripts/ci/get_e2e_jobs.sh @@ -21,7 +21,6 @@ allow_list=( "e2e-max-block-number" "e2e-nested-contract" "e2e-ordering" - "e2e-prover-full" "e2e-static-calls" ) @@ -50,4 +49,4 @@ for item in $full_list; do done # Print the filtered list in JSON format -echo ${filtered_list[@]} | jq -Rc 'split(" ")' \ No newline at end of file +echo ${filtered_list[@]} | jq -Rc 'split(" ")'