Skip to content

Commit

Permalink
skip test_xchacha20v2 on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Jul 11, 2023
1 parent 1bf28f4 commit ca578f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_crypt.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ endfunc

func Test_uncrypt_xchacha20v2_custom()
CheckFeature sodium
CheckArch s390x
" Test, reading xchacha20v2 with custom encryption parameters
let hex =<< trim END
00000000: 5669 6d43 7279 7074 7e30 3521 934b f288 VimCrypt~05!.K..
Expand Down Expand Up @@ -262,6 +263,7 @@ endfunc

func Test_uncrypt_xchacha20v2_2()
CheckFeature sodium
CheckArch s390x

sp Xcrypt_sodium_v2.txt
" Create a larger file, so that Vim will write in several blocks
Expand Down

0 comments on commit ca578f9

Please sign in to comment.