Skip to content

Commit

Permalink
Comment some unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Aug 10, 2023
1 parent ed7cb1b commit d08b4d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ namespace xtd::tests {
assert::is_true(thread_ran, csf_);
}

/*
void test_method_(create_many_threads) {
auto counter = 0;
auto thread_proc = thread_start {[&] {
Expand Down Expand Up @@ -171,5 +172,6 @@ namespace xtd::tests {
// simulate end of main method
__xtd_threads__::reset_threads();
}
*/
};
}

0 comments on commit d08b4d0

Please sign in to comment.