Skip to content

Commit

Permalink
Added reference to ticket #3481 on the disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jan 16, 2023
1 parent 5c4e388 commit 6c8b1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/cli/tests/create_exe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ fn create_exe_works_with_file() -> anyhow::Result<()> {
// Ignored because of -lunwind linker issue on Windows
// see https://github.com/wasmerio/wasmer/issues/3459
//#[cfg_attr(target_os = "windows", ignore)]
// TODO: fix the cretae_exe with serialized object issue
// TODO: fix the cretae_exe with serialized object issue #3481
#[ignore]
#[test]
fn create_exe_serialized_works() -> anyhow::Result<()> {
Expand Down Expand Up @@ -686,7 +686,7 @@ fn create_exe_with_object_input_symbols() -> anyhow::Result<()> {
// Ignored because of -lunwind linker issue on Windows
// see https://github.com/wasmerio/wasmer/issues/3459
//#[cfg_attr(target_os = "windows", ignore)]
// TODO: fix the cretae_exe with serialized object issue
// TODO: fix the cretae_exe with serialized object issue #3481
#[ignore]
#[test]
fn create_exe_with_object_input_serialized() -> anyhow::Result<()> {
Expand Down

0 comments on commit 6c8b1fd

Please sign in to comment.