Skip to content

Commit

Permalink
fix(android): remove OutOfMemoryError tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng authored and oskarth committed Jan 8, 2024
1 parent 0f91e1c commit 5011d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mopro-ffi/tests/test_generated_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ uniffi::build_foreign_language_testcases!(
// "tests/bindings/test_mopro.rb",
// "tests/bindings/test_mopro.py",
"tests/bindings/test_mopro_keccak.swift",
"tests/bindings/test_mopro_keccak.kts",
// "tests/bindings/test_mopro_keccak.kts", // FIXME: java.lang.OutOfMemoryError: Java heap space
"tests/bindings/test_mopro_keccak2.swift",
"tests/bindings/test_mopro_keccak2.kts",
"tests/bindings/test_mopro_rsa.swift",
"tests/bindings/test_mopro_rsa.kts",
// "tests/bindings/test_mopro_rsa.kts", // FIXME: java.lang.OutOfMemoryError: Java heap space
// "tests/bindings/test_mopro_rsa2.swift",
);

0 comments on commit 5011d04

Please sign in to comment.