X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/744d91d41f4756ca4ec61f0a375068a239a6126f..9f692b010ef27af307ab7e49bc4661c06f2d530e:/tests/controls/listbasetest.cpp diff --git a/tests/controls/listbasetest.cpp b/tests/controls/listbasetest.cpp index 443ca241b5..65bffc00e7 100644 --- a/tests/controls/listbasetest.cpp +++ b/tests/controls/listbasetest.cpp @@ -181,11 +181,13 @@ void ListBaseTestCase::ItemClick() // generic wxListCtrl implementation. #if wxUSE_UIACTIONSIMULATOR && !defined(__WXGTK__) +#ifdef __WXMSW__ // FIXME: This test fails on MSW buildbot slaves although works fine on // development machine, no idea why. It seems to be a problem with // wxUIActionSimulator rather the wxListCtrl control itself however. - if ( wxGetUserId().Lower().Matches("buildslave*") ) + if ( IsAutomaticTest() ) return; +#endif // __WXMSW__ wxListCtrl* const list = GetList();