Tests: Disable LibThreading detach tests for now
These tests don't pass (at least not without KVM) at the moment, so let's not run them on CI.
This commit is contained in:
parent
85a0772147
commit
fc36f830ae
Notes:
sideshowbarker
2024-07-18 03:00:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/fc36f830aec
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
#include <LibThreading/Thread.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// FIXME: Enable these tests once they work reliably.
|
||||
|
||||
#if 0
|
||||
TEST_CASE(threads_can_detach)
|
||||
{
|
||||
int should_be_42 = 0;
|
||||
|
@ -32,3 +35,4 @@ TEST_CASE(joining_detached_thread_errors)
|
|||
|
||||
EXPECT(thread->join().is_error());
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue