Skip to content

Commit c1bdb55

Browse files
committedJul 4, 2016
Temporarily disable "testStartStopWait" Threading unit test on mac
The "testStartStopWait" unit test is unreliably failing on mac, for some time already. See bug #3786. Having the unittest fail unreliably doesn't help anybody but mostly inhibits the main feature of travis builds: to test PRs for regressions. Therefore, disable the specific unit test for until bug #3786 is fixed.
1 parent 1dfd977 commit c1bdb55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/unittest/test_threading.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ static TestThreading g_test_instance;
3939

4040
void TestThreading::runTests(IGameDef *gamedef)
4141
{
42+
#if !(defined(__MACH__) && defined(__APPLE__))
4243
TEST(testStartStopWait);
44+
#endif
4345
TEST(testThreadKill);
4446
TEST(testAtomicSemaphoreThread);
4547
}

0 commit comments

Comments
 (0)
Please sign in to comment.