-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable integration tests that are broken on mac (#8412)
I made two types of tests conditionally compiled to exclude them from running on macbooks - because they don't work on macs anyway. - test_two_deployments The test relies on the contract cache to be populated but the precompile method of the wasmtime runner doesn’t populate the cache - test_wasmer2_upgrade The test checks transition from wasmer0 to wasmer2 but wasmer0 and wasmer2 are not available on macs
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters