Skip to content

Commit 34c4525

Browse files
committed
test: revert the previous commits to disable ARM64 test again
Currently spiff has no way to ignore the comparison of nan and -nan.
1 parent 982eb98 commit 34c4525

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
ARCH=$(arch)
3+
if [ "$ARCH" = "aarch64" ]; then
4+
exit 0
5+
else
6+
exit 1
7+
fi

0 commit comments

Comments
 (0)