Skip to content

Commit

Permalink
run_tests+proof: exclude SimplExportAndRefine for AARCH64
Browse files Browse the repository at this point in the history
The SimplExportAndRefine session is only needed for binary verification
and is currently failing. There are no plans yet for binary
verification on AArch64, so the session will remain disabled for now.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 12, 2023
1 parent 274f993 commit 3c8b4d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ EXCLUDE["AARCH64"]=[
"DSpec",
"DBaseRefine",
"CamkesGlueProofs",
"AsmRefine"
"AsmRefine",
"SimplExportAndRefine"
]

# Check EXCLUDE is exhaustive over the available architectures
Expand Down

0 comments on commit 3c8b4d2

Please sign in to comment.