Skip to content

Commit

Permalink
Ignore test in Windows 32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Aug 2, 2023
1 parent 7923ee9 commit 6642203
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ namespace xtd::tests {
}

void test_method_(open_existing_with_different_name) {
if (environment::os_version().is_windows() && !environment::is_64_bit_operating_system()) assert::ignore();
auto created_new = false;
auto m = mutex {false, "xtd_mutex_test", created_new};
assert::are_not_equal(wait_handle::invalid_handle, m.handle(), csf_);
Expand Down

0 comments on commit 6642203

Please sign in to comment.